Make WordPress Core

Ticket #19010: 19010.patch

File 19010.patch, 504 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-admin/includes/screen.php

     
    799799                if ( isset( $wp_meta_boxes[ $this->id ] ) ) : ?>
    800800                        <h5><?php _ex('Show on screen', 'Metaboxes') ?></h5>
    801801                        <div class="metabox-prefs">
    802                                 <?php meta_box_prefs( $this ); ?>
     802                                <?php meta_box_prefs( $this->id ); ?>
    803803                                <br class="clear" />
    804804                        </div>
    805805                        <?php endif;