Make WordPress Core


Ignore:
Timestamp:
11/11/2013 01:31:19 PM (13 years ago)
Author:
SergeyBiryukov
Message:

Fix docblock formatting. fixes #25893.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-writing.php

    r25868 r26081  
    3939
    4040/**
    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 */
     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 */
    4747if ( apply_filters( 'enable_update_services_configuration', true ) ) {
    4848    get_current_screen()->add_help_tab( array(
Note: See TracChangeset for help on using the changeset viewer.