From a8583d5f19e718b482775199ec1663fafb055c2a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 9 Aug 2014 19:30:17 +0000 Subject: [PATCH] Fix some words that aren't words. See #28885. Built from https://develop.svn.wordpress.org/trunk@29454 git-svn-id: http://core.svn.wordpress.org/trunk@29232 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-background.php | 4 ++-- wp-admin/custom-header.php | 4 ++-- wp-admin/includes/ajax-actions.php | 4 ++-- wp-admin/includes/class-wp-filesystem-base.php | 8 ++++---- wp-admin/includes/class-wp-list-table.php | 6 +++--- wp-admin/includes/meta-boxes.php | 1 + wp-includes/cache.php | 4 ++-- wp-includes/class-wp-ajax-response.php | 4 ++-- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/class-wp-error.php | 4 ++-- wp-includes/class-wp-walker.php | 8 +++++--- wp-includes/class-wp.php | 4 ++-- wp-includes/query.php | 6 +++--- wp-includes/user.php | 6 +++--- wp-includes/wp-diff.php | 4 ++-- 15 files changed, 36 insertions(+), 33 deletions(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index d4796662fe..a23efda036 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -72,7 +72,7 @@ class Custom_Background { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -99,7 +99,7 @@ class Custom_Background { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 94b0aee8c4..76f6f746d1 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -94,7 +94,7 @@ class Custom_Image_Header { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -121,7 +121,7 @@ class Custom_Image_Header { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index b87fec4343..05252004a2 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -1953,7 +1953,7 @@ function wp_ajax_set_post_thumbnail() { } /** - * Ajax handler for setting the featured image for an attachment. + * AJAX handler for setting the featured image for an attachment. * * @since 4.0.0 * @@ -2613,7 +2613,7 @@ function wp_ajax_query_themes() { } /** - * Apply [embed] handlers to a string. + * Apply [embed] AJAX handlers to a string. * * @since 4.0.0 * diff --git a/wp-admin/includes/class-wp-filesystem-base.php b/wp-admin/includes/class-wp-filesystem-base.php index 020cf3fbdb..4630f710ea 100644 --- a/wp-admin/includes/class-wp-filesystem-base.php +++ b/wp-admin/includes/class-wp-filesystem-base.php @@ -45,15 +45,15 @@ class WP_Filesystem_Base { * @since 4.0.0 * @access public * - * @param string $name - * @return mixed + * @param string $name Property to get. + * @return mixed Property. */ public function __get( $name ) { return $this->$name; } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -80,7 +80,7 @@ class WP_Filesystem_Base { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 93a91e420f..463d0e1106 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -109,12 +109,12 @@ class WP_List_Table { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public * - * @param string $name Propert to set. + * @param string $name Property to set. * @param mixed $value Property value. * @return mixed Newly-set property. */ @@ -136,7 +136,7 @@ class WP_List_Table { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index ef0734e329..3e2c9de6b9 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -42,6 +42,7 @@ if ( 'publish' == $post->post_status ) { $preview_button = __( 'Preview Changes' ); } else { $preview_link = set_url_scheme( get_permalink( $post->ID ) ); + /** * Filter the URI of a post preview in the post submit box. * diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 07ffbd526e..5264fe2144 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -320,7 +320,7 @@ class WP_Object_Cache { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -347,7 +347,7 @@ class WP_Object_Cache { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/class-wp-ajax-response.php b/wp-includes/class-wp-ajax-response.php index 1870ea0ba1..7bed81c7bc 100644 --- a/wp-includes/class-wp-ajax-response.php +++ b/wp-includes/class-wp-ajax-response.php @@ -43,7 +43,7 @@ class WP_Ajax_Response { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -70,7 +70,7 @@ class WP_Ajax_Response { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 5067126186..1e23944038 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -431,7 +431,7 @@ final class WP_Customize_Manager { /** * Prevent sending a 404 status when returning the response for the customize - * preview, since it causes the jQuery Ajax to fail. Send 200 instead. + * preview, since it causes the jQuery AJAX to fail. Send 200 instead. * * @since 4.0.0 * @access public diff --git a/wp-includes/class-wp-error.php b/wp-includes/class-wp-error.php index 6f07a8b610..971a4c7a95 100644 --- a/wp-includes/class-wp-error.php +++ b/wp-includes/class-wp-error.php @@ -79,7 +79,7 @@ class WP_Error { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -106,7 +106,7 @@ class WP_Error { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/class-wp-walker.php b/wp-includes/class-wp-walker.php index b4b7bf4eda..3c73457d53 100644 --- a/wp-includes/class-wp-walker.php +++ b/wp-includes/class-wp-walker.php @@ -40,7 +40,9 @@ class Walker { protected $max_pages = 1; /** - * Wether the current element has children or not. To be used in start_el() + * Wether the current element has children or not. + * + * To be used in start_el(). * * @since 4.0.0 * @access protected @@ -62,7 +64,7 @@ class Walker { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -89,7 +91,7 @@ class Walker { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/class-wp.php b/wp-includes/class-wp.php index bf298eaa0d..4edcaf7307 100644 --- a/wp-includes/class-wp.php +++ b/wp-includes/class-wp.php @@ -676,7 +676,7 @@ class WP_MatchesMapRegex { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -703,7 +703,7 @@ class WP_MatchesMapRegex { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/query.php b/wp-includes/query.php index f32fecf6f5..1ac8ee00ff 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -3937,7 +3937,7 @@ class WP_Query { * @since 4.0.0 * @access public * - * @param string $name Property to get + * @param string $name Property to get. * @return mixed Property. */ public function __get( $name ) { @@ -3945,7 +3945,7 @@ class WP_Query { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -3958,7 +3958,7 @@ class WP_Query { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/user.php b/wp-includes/user.php index 40f7cf799a..dbde67ee6c 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -858,7 +858,7 @@ class WP_User_Query { * @since 4.0.0 * @access public * - * @param string $name Property to get + * @param string $name Property to get. * @return mixed Property. */ public function __get( $name ) { @@ -866,7 +866,7 @@ class WP_User_Query { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -893,7 +893,7 @@ class WP_User_Query { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public diff --git a/wp-includes/wp-diff.php b/wp-includes/wp-diff.php index bb411f4ff6..7af95e825f 100644 --- a/wp-includes/wp-diff.php +++ b/wp-includes/wp-diff.php @@ -444,7 +444,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer { } /** - * Make private properties setable for backwards compatibility. + * Make private properties settable for backwards compatibility. * * @since 4.0.0 * @access public @@ -471,7 +471,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer { } /** - * Make private properties unsetable for backwards compatibility. + * Make private properties un-settable for backwards compatibility. * * @since 4.0.0 * @access public