Fix a couple of typos in the hook documentation for the $option filter in wp-admin/includes/class-wp-list-table.php.

Props bobbingwide.
Fixes #30229.

Built from https://develop.svn.wordpress.org/trunk@30227


git-svn-id: http://core.svn.wordpress.org/trunk@30227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-11-04 16:05:22 +00:00
parent d19de136c6
commit 7081b906f4
2 changed files with 6 additions and 5 deletions

View File

@ -611,10 +611,11 @@ class WP_List_Table {
/** /**
* Filter the number of items to be displayed on each page of the list table. * Filter the number of items to be displayed on each page of the list table.
* *
* The dynamic hook name, $option, refers to the per page option depending * The dynamic hook name, $option, refers to the `per_page` option depending
* on the type of list table in use. Possible values may include: * on the type of list table in use. Possible values include: 'edit_comments_per_page',
* 'edit_comments_per_page', 'sites_network_per_page', 'site_themes_network_per_page', * 'sites_network_per_page', 'site_themes_network_per_page', 'themes_network_per_page',
* 'themes_netework_per_page', 'users_network_per_page', 'edit_{$post_type}', etc. * 'users_network_per_page', 'edit_post_per_page', 'edit_page_per_page',
* 'edit_{$post_type}_per_page', etc.
* *
* @since 2.9.0 * @since 2.9.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-alpha-30226'; $wp_version = '4.1-alpha-30227';
/** /**
* 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.