Make WordPress Core

Ticket #36990: 36990.patch

File 36990.patch, 750 bytes (added by GunGeekATX, 8 years ago)

Patch for WP_Users_List_Table

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

     
    280280                 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
    281281                 */
    282282                do_action( 'restrict_manage_users', $which );
    283                 echo '</div>';
     283?>
     284                </div>
     285<?php
     286                /**
     287                 * Fires immediately following the closing "actions" div in the tablenav for the users
     288                 * list table.
     289                 *
     290                 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
     291                 */
     292                do_action( 'manage_users_extra_tablenav', $which );
    284293        }
    285294
    286295        /**