Make WordPress Core


Ignore:
Timestamp:
08/22/2013 03:23:41 PM (11 years ago)
Author:
helen
Message:

Add more descriptive classes to submit meta box sections. props nofearinc. fixes #22333.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r24994 r25083  
    19101910        $content .= '<p>' . __( 'View, compare, and restore other versions of this content on the improved revisions screen.' ) . '</p>';
    19111911
    1912         self::print_js( 'wp360_revisions', '.misc-pub-section.num-revisions', array(
     1912        self::print_js( 'wp360_revisions', '.misc-pub-section.misc-pub-revisions', array(
    19131913            'content' => $content,
    19141914            'position' => array( 'edge' => is_rtl() ? 'left' : 'right', 'align' => 'center', 'my' => is_rtl() ? 'left' : 'right-14px' ),
Note: See TracChangeset for help on using the changeset viewer.