Ticket #30341: 30341.2.diff
File 30341.2.diff, 594 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/class-wp-posts-list-table.php
477 477 ?> 478 478 </div> 479 479 <?php 480 /** 481 * Allows additional markup to be added to the list table navigation area. 482 * 483 * @since 4.4.0 484 * 485 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. 486 */ 487 do_action( 'manage_posts_extra_tablenav', $which ); 480 488 } 481 489 482 490 /**