diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index e6f91ce23..242d9925b 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -47,7 +47,7 @@ class Custom_Background { } /** - * Setup the hooks for the Custom Background admin page. + * Set up the hooks for the Custom Background admin page. * * @since unknown */ @@ -84,7 +84,7 @@ class Custom_Background { } /** - * Setup the enqueue for the JavaScript files. + * Set up the enqueue for the JavaScript files. * * @since unknown */ @@ -96,7 +96,7 @@ class Custom_Background { } /** - * Setup the enqueue for the CSS files + * Set up the enqueue for the CSS files * * @since unknown */ diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 7280e1ce3..949e7cfe2 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -49,7 +49,7 @@ class Custom_Image_Header { } /** - * Setup the hooks for the Custom Header admin page. + * Set up the hooks for the Custom Header admin page. * * @since unknown */ @@ -85,7 +85,7 @@ class Custom_Image_Header { } /** - * Setup the enqueue for the JavaScript files. + * Set up the enqueue for the JavaScript files. * * @since unknown */ @@ -99,7 +99,7 @@ class Custom_Image_Header { } /** - * Setup the enqueue for the CSS files + * Set up the enqueue for the CSS files * * @since 2.7 */ diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index c11cda3d6..c8b2ede18 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -313,7 +313,7 @@ function wp_nav_menu_get_items( $menu_items, $object_type, $object = null, $cont $menu_item->post_parent = 0; if ( 0 == $menu_item->post_parent ) { - // Setup the menu item + // Set up the menu item $menu_item = wp_setup_nav_menu_item( $menu_item, $object_type, $object ); $attributes = ( 'backend' == $context ) ? ' id="menu-item-'. $i .'" value="'. $i .'"' : ''; @@ -371,7 +371,7 @@ function wp_get_nav_menu_sub_items( $childof, $object_type, $object = null, $con if ( !empty($sub_menu_items) && !is_wp_error($sub_menu_items) ) { $output .= ' -

If you don\'t know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.

'/*/WP_I18N_DB_SELECT_DB*/, $db, $this->dbuser ), 'db_select_fail' ); +

If you don\'t know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.

'/*/WP_I18N_DB_SELECT_DB*/, $db, $this->dbuser ), 'db_select_fail' ); return; } } diff --git a/wp-settings.php b/wp-settings.php index f9bdbd3dc..91971b655 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -1,6 +1,6 @@