Ticket #30341: 30341.diff
File 30341.diff, 609 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/class-wp-posts-list-table.php
259 259 ?> 260 260 </div> 261 261 <?php 262 /** 263 * Fires after the Filter & Empty Trash buttons on the Posts and Pages list tables. 264 * 265 * Allows additional markup to be added to the list table navigation area. 266 * 267 * @since 4.1.0 268 */ 269 do_action( 'manage_posts_extra_tablenav', $which ); 262 270 } 263 271 264 272 public function current_action() {