Make WordPress Core

Ticket #30341: 30341.2.diff

File 30341.2.diff, 594 bytes (added by wonderboymusic, 10 years ago)
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    477477?>
    478478                </div>
    479479<?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 );
    480488        }
    481489
    482490        /**