- Timestamp:
- 10/18/2015 02:55:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r35241 r35263 486 486 </div> 487 487 <?php 488 /** 489 * Fires immediately following the closing "actions" div in the tablenav for the posts 490 * list table. 491 * 492 * @since 4.4.0 493 * 494 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. 495 */ 496 do_action( 'manage_posts_extra_tablenav', $which ); 488 497 } 489 498
Note: See TracChangeset
for help on using the changeset viewer.