- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r36521 r37488 167 167 $comments_per_page = $this->get_items_per_page( 'edit_comments_per_page' ); 168 168 /** 169 * Filter the number of comments listed per page in the comments list table.169 * Filters the number of comments listed per page in the comments list table. 170 170 * 171 171 * @since 2.6.0 … … 271 271 272 272 /** 273 * Filter the comment status links.273 * Filters the comment status links. 274 274 * 275 275 * @since 2.5.0 … … 331 331 <?php 332 332 /** 333 * Filter the comment types dropdown menu.333 * Filters the comment types dropdown menu. 334 334 * 335 335 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.