Changeset 18321
- Timestamp:
- 06/19/2011 09:37:47 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r18130 r18321 601 601 wp_protect_special_option( $option ); 602 602 603 /*604 * FIXME the next two lines of code are not necessary and should be removed.605 * @see http://core.trac.wordpress.org/ticket/13480606 */607 603 if ( is_object($value) ) 608 604 $value = clone $value;
Note: See TracChangeset
for help on using the changeset viewer.