Make WordPress Core


Ignore:
Timestamp:
05/29/2015 08:16:22 PM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to wp-admin/includes/*.
Fix some egregious uses of tabbing.
Some functions can simply return apply_filters(...) instead of setting a variable that is immediately returned.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r32642 r32654  
    6565 * @since 2.3.0
    6666 *
    67  * @global string    $wp_version
    6867 * @global string    $wp_local_package
    6968 * @global WP_Locale $wp_locale
     69 *
     70 * @param string|array $body_classes
    7071 */
    7172function setup_config_display_header( $body_classes = array() ) {
    72     global $wp_version;
    7373    $body_classes = (array) $body_classes;
    7474    $body_classes[] = 'wp-core-ui';
Note: See TracChangeset for help on using the changeset viewer.