Changeset 25307 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 09/09/2013 06:44:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25020 r25307 874 874 return; 875 875 876 // Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts.876 // Ensure we only run this on the update-core.php page. The Core_Upgrader may be used in other contexts. 877 877 if ( 'update-core.php' != $pagenow ) 878 878 return;
Note: See TracChangeset
for help on using the changeset viewer.