Make WordPress Core

Ticket #30229: 30229.diff

File 30229.diff, 919 bytes (added by bobbingwide, 10 years ago)

Docblock comment changes for WP_List_Table::get_items_per_page $option filter hook

  • wp-admin/includes/class-wp-list-table.php

     
    600600                 * Filter the number of items to be displayed on each page of the list table.
    601601                 *
    602602                 * The dynamic hook name, $option, refers to the per page option depending
    603                  * on the type of list table in use. Possible values may include:
     603                 * on the type of list table in use. Possible values include:
    604604                 * '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.
    606607                 *
    607608                 * @since 2.9.0
    608609                 *