Changeset 32654 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r32642 r32654 65 65 * @since 2.3.0 66 66 * 67 * @global string $wp_version68 67 * @global string $wp_local_package 69 68 * @global WP_Locale $wp_locale 69 * 70 * @param string|array $body_classes 70 71 */ 71 72 function setup_config_display_header( $body_classes = array() ) { 72 global $wp_version;73 73 $body_classes = (array) $body_classes; 74 74 $body_classes[] = 'wp-core-ui';
Note: See TracChangeset
for help on using the changeset viewer.