Changeset 4920
- Timestamp:
- 02/23/2007 12:49:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.