Changeset 14924 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/26/2010 02:42:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14904 r14924 2838 2838 $hidden = get_hidden_meta_boxes($page); 2839 2839 2840 printf('<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars($context)); 2840 printf('<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars($context)); 2841 2841 2842 2842 $i = 0; … … 3234 3234 function manage_columns_prefs( $page ) { 3235 3235 $columns = get_column_headers( $page ); 3236 $hidden = get_hidden_columns( $page ); 3236 $hidden = get_hidden_columns( $page ); 3237 3237 $special = array('_title', 'cb', 'comment', 'media', 'name', 'title', 'username'); 3238 3238 … … 3546 3546 /** 3547 3547 * Convert a screen string to a screen object 3548 * 3548 * 3549 3549 * @since 3.0.0 3550 * 3550 * 3551 3551 * @param string $screen The name of the screen 3552 3552 * @return object An object containing the safe screen name and id … … 3616 3616 3617 3617 if ( !empty( $screen_options ) ) { 3618 ?> 3618 ?> 3619 3619 <h5><?php _ex('Show on screen', 'Screen Options') ?></h5> 3620 3620 <?php 3621 3621 } 3622 3622 3623 3623 echo $screen_options; 3624 3624 echo $settings; ?>
Note: See TracChangeset
for help on using the changeset viewer.