Changeset 19154
- Timestamp:
- 11/04/2011 03:04:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r19132 r19154 738 738 // If it exists, fire tab callback. 739 739 if ( ! empty( $tab['callback'] ) ) 740 call_user_func( $tab['callback'], $this );740 call_user_func( $tab['callback'], $this, $tab ); 741 741 ?> 742 742 </div>
Note: See TracChangeset
for help on using the changeset viewer.