From 58d47426cc51c2e99757404e16d34cf94eeca146 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 17 Mar 2010 04:39:50 +0000 Subject: [PATCH] More pedantry. "Setup" is not a verb. http://notaverb.com/setup git-svn-id: http://svn.automattic.com/wordpress/trunk@13725 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-background.php | 6 +++--- wp-admin/custom-header.php | 6 +++--- wp-admin/includes/nav-menu.php | 4 ++-- wp-cron.php | 4 ++-- wp-includes/capabilities.php | 6 +++--- wp-includes/class-http.php | 6 +++--- wp-includes/classes.php | 6 +++--- wp-includes/formatting.php | 2 +- wp-includes/functions.php | 2 +- wp-includes/ms-settings.php | 2 +- wp-includes/nav-menu-template.php | 2 +- wp-includes/query.php | 10 +++++----- wp-includes/registration.php | 2 +- wp-includes/rss.php | 6 +++--- wp-includes/script-loader.php | 2 +- wp-includes/user.php | 4 ++-- wp-includes/wp-db.php | 2 +- wp-settings.php | 2 +- xmlrpc.php | 2 +- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index e6f91ce23d..242d9925b3 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 7280e1ce3d..949e7cfe2b 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 c11cda3d60..c8b2ede188 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 f9bdbd3dc2..91971b6559 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -1,6 +1,6 @@