Make WordPress Core

Ticket #30341: 30341.diff

File 30341.diff, 609 bytes (added by hlashbrooke, 11 years ago)

Adding hook with $which as the only argument

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

     
    259259?>
    260260                </div>
    261261<?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 );
    262270        }
    263271
    264272        public function current_action() {