Changeset 4920
- Timestamp:
- 02/23/07 00:49:37 (2 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r4908 r4920 310 310 // If the new and old values are the same, no need to update. 311 311 $oldvalue = get_option($option_name); 312 if ( $newvalue == $oldvalue ) {312 if ( $newvalue === $oldvalue ) { 313 313 return false; 314 314 }
