Ticket #30229: 30229.diff
File 30229.diff, 919 bytes (added by , 10 years ago) |
---|
-
wp-admin/includes/class-wp-list-table.php
600 600 * Filter the number of items to be displayed on each page of the list table. 601 601 * 602 602 * The dynamic hook name, $option, refers to the per page option depending 603 * on the type of list table in use. Possible values mayinclude:603 * on the type of list table in use. Possible values include: 604 604 * 'edit_comments_per_page', 'sites_network_per_page', 'site_themes_network_per_page', 605 * 'themes_netework_per_page', 'users_network_per_page', 'edit_{$post_type}', etc. 605 * 'themes_network_per_page', 'users_network_per_page', 'edit_post_per_page', 606 * 'edit_page_per_page', 'edit_{$post_type}_per_page', etc. 606 607 * 607 608 * @since 2.9.0 608 609 *