Changeset 26081 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 11/11/2013 01:31:19 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r25868 r26081 39 39 40 40 /** 41 * Toggle site update services configuration functionality.42 *43 * @since 3.0.044 *45 * @param bool True or false, based on whether update services configuration is enabled or not.46 */41 * Toggle site update services configuration functionality. 42 * 43 * @since 3.0.0 44 * 45 * @param bool True or false, based on whether update services configuration is enabled or not. 46 */ 47 47 if ( apply_filters( 'enable_update_services_configuration', true ) ) { 48 48 get_current_screen()->add_help_tab( array(
Note: See TracChangeset
for help on using the changeset viewer.