Changeset 41244 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/13/2017 12:56:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r41199 r41244 3304 3304 */ 3305 3305 function _delete_option_fresh_site() { 3306 update_option( 'fresh_site', 0);3306 update_option( 'fresh_site', '0' ); 3307 3307 } 3308 3308
Note: See TracChangeset
for help on using the changeset viewer.