diff --git a/wp-admin/includes/class-wp-ms-sites-list-table.php b/wp-admin/includes/class-wp-ms-sites-list-table.php index 50ba8f32ef..e1d15d6337 100644 --- a/wp-admin/includes/class-wp-ms-sites-list-table.php +++ b/wp-admin/includes/class-wp-ms-sites-list-table.php @@ -626,7 +626,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table { } /** - * Filter the default site display states for items in the Sites list table. + * Filters the default site display states for items in the Sites list table. * * @since 5.3.0 * diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index c27a50a2ef..2fd570318d 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -152,7 +152,7 @@ class WP_Site_Health { */ private function perform_test( $callback ) { /** - * Filter the output of a finished Site Health test. + * Filters the output of a finished Site Health test. * * @since 5.3.0 * diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index e22292c4f8..0625bec9e2 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -1125,7 +1125,7 @@ function download_url( $url, $timeout = 300, $signature_verification = false ) { } /** - * Filter the URL where the signature for a file is located. + * Filters the URL where the signature for a file is located. * * @since 5.2.0 * @@ -1394,7 +1394,7 @@ function wp_trusted_keys() { // TODO: Add key #2 with longer expiration. /** - * Filter the valid signing keys used to verify the contents of files. + * Filters the valid signing keys used to verify the contents of files. * * @since 5.2.0 * diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 7ad1ed361d..398add09ea 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -2127,7 +2127,7 @@ function use_block_editor_for_post( $post ) { $use_block_editor = use_block_editor_for_post_type( $post->post_type ); /** - * Filter whether a post is able to be edited in the block editor. + * Filters whether a post is able to be edited in the block editor. * * @since 5.0.0 * @@ -2163,7 +2163,7 @@ function use_block_editor_for_post_type( $post_type ) { } /** - * Filter whether a post is able to be edited in the block editor. + * Filters whether a post is able to be edited in the block editor. * * @since 5.0.0 * @@ -2216,7 +2216,7 @@ function get_block_categories( $post ) { ); /** - * Filter the default array of block categories. + * Filters the default array of block categories. * * @since 5.0.0 * diff --git a/wp-content/themes/twentyeleven/author.php b/wp-content/themes/twentyeleven/author.php index 5751e33410..2a53f6c14f 100644 --- a/wp-content/themes/twentyeleven/author.php +++ b/wp-content/themes/twentyeleven/author.php @@ -53,7 +53,7 @@ get_header(); ?>