Make WordPress Core

Changeset 19154


Ignore:
Timestamp:
11/04/2011 03:04:58 PM (14 years ago)
Author:
nacin
Message:

Pass $tab array to callback execution for help tabs. see #18785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r19132 r19154  
    738738                            // If it exists, fire tab callback.
    739739                            if ( ! empty( $tab['callback'] ) )
    740                                 call_user_func( $tab['callback'], $this );
     740                                call_user_func( $tab['callback'], $this, $tab );
    741741                            ?>
    742742                        </div>
Note: See TracChangeset for help on using the changeset viewer.