Ticket #19010: 19010.patch
File 19010.patch, 504 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/screen.php
799 799 if ( isset( $wp_meta_boxes[ $this->id ] ) ) : ?> 800 800 <h5><?php _ex('Show on screen', 'Metaboxes') ?></h5> 801 801 <div class="metabox-prefs"> 802 <?php meta_box_prefs( $this ); ?>802 <?php meta_box_prefs( $this->id ); ?> 803 803 <br class="clear" /> 804 804 </div> 805 805 <?php endif;