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