Changeset 14634
- Timestamp:
- 05/14/2010 03:47:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14614 r14634 665 665 666 666 /** 667 * {@internal Missing Short Description}}667 * Get the column headers for a screen 668 668 * 669 669 * @since unknown 670 670 * 671 * @param unknown_type $screen672 * @return unknown671 * @param string|object $screen The screen you want the headers for 672 * @return array Containing the headers in the format id => UI String 673 673 */ 674 674 function get_column_headers($screen) { … … 3546 3546 } 3547 3547 3548 // Convert a screen string to a screen object 3548 /** 3549 * Convert a screen string to a screen object 3550 * 3551 * @param string $screen The name of the screen 3552 * @return object An object containing the safe screen name and id 3553 */ 3549 3554 function convert_to_screen( $screen ) { 3550 3555 $screen = str_replace('.php', '', $screen);
Note: See TracChangeset
for help on using the changeset viewer.