Changeset 47857 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/26/2020 06:01:18 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r47835 r47857 958 958 * @param bool $enabled True if plugins auto-update is enabled, false otherwise. 959 959 */ 960 return apply_filters( ' wp_plugins_auto_update_enabled', true );960 return apply_filters( 'plugins_auto_update_enabled', true ); 961 961 case 'theme': 962 962 /** … … 967 967 * @param bool True if themes auto-update is enabled, false otherwise. 968 968 */ 969 return apply_filters( ' wp_themes_auto_update_enabled', true );969 return apply_filters( 'themes_auto_update_enabled', true ); 970 970 } 971 971
Note: See TracChangeset
for help on using the changeset viewer.