Changeset 37488 for trunk/src/wp-admin/admin.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r37431 r37488 49 49 50 50 /** 51 * Filter whether to attempt to perform the multisite DB upgrade routine.51 * Filters whether to attempt to perform the multisite DB upgrade routine. 52 52 * 53 53 * In single site, the user would be redirected to wp-admin/upgrade.php. … … 140 140 if ( current_user_can( 'manage_options' ) ) { 141 141 /** 142 * Filter the maximum memory limit available for administration screens.142 * Filters the maximum memory limit available for administration screens. 143 143 * 144 144 * This only applies to administrators, who may require more memory for tasks like updates.
Note: See TracChangeset
for help on using the changeset viewer.