Docs: Fix a typo across some function and hook docs.

s/filterss/filters.

See #32246.
Built from https://develop.svn.wordpress.org/trunk@37961


git-svn-id: http://core.svn.wordpress.org/trunk@37902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2016-07-04 22:45:29 +00:00
parent 4a62825a05
commit a5580012a3
5 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
wp_reset_vars( array( 'orderby', 'order' ) ); wp_reset_vars( array( 'orderby', 'order' ) );
/** /**
* Filterss the full array of plugins to list in the Plugins list table. * Filters the full array of plugins to list in the Plugins list table.
* *
* @since 3.0.0 * @since 3.0.0
* *

View File

@ -1131,7 +1131,7 @@ function media_post_single_attachment_fields_to_edit( $form_fields, $post ) {
} }
/** /**
* Filterss input from media_upload_form_handler() and assigns a default * Filters input from media_upload_form_handler() and assigns a default
* post_title from the file name if none supplied. * post_title from the file name if none supplied.
* *
* Illustrates the use of the {@see 'attachment_fields_to_save'} filter * Illustrates the use of the {@see 'attachment_fields_to_save'} filter

View File

@ -312,7 +312,7 @@ function get_theme_feature_list( $api = true ) {
* Retrieves theme installer pages from the WordPress.org Themes API. * Retrieves theme installer pages from the WordPress.org Themes API.
* *
* It is possible for a theme to override the Themes API result with three * It is possible for a theme to override the Themes API result with three
* Filterss. Assume this is for themes, which can extend on the Theme Info to * filters. Assume this is for themes, which can extend on the Theme Info to
* offer more choices. This is very powerful and must be used with care, when * offer more choices. This is very powerful and must be used with care, when
* overriding the filters. * overriding the filters.
* *

View File

@ -2066,7 +2066,7 @@ function __get_option($setting) {
} }
/** /**
* Filterss for content to remove unnecessary slashes. * Filters for content to remove unnecessary slashes.
* *
* @since 1.5.0 * @since 1.5.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.6-beta1-37960'; $wp_version = '4.6-beta1-37961';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.