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

git-svn-id: https://develop.svn.wordpress.org/trunk@25083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2013-08-22 15:23:41 +00:00
parent 2ceaba8b30
commit 5ea9e40fed
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1909,7 +1909,7 @@ final class WP_Internal_Pointers {
$content = '<h3>' . __( 'Compare Revisions' ) . '</h3>';
$content .= '<p>' . __( 'View, compare, and restore other versions of this content on the improved revisions screen.' ) . '</p>';
self::print_js( 'wp360_revisions', '.misc-pub-section.num-revisions', array(
self::print_js( 'wp360_revisions', '.misc-pub-section.misc-pub-revisions', array(
'content' => $content,
'position' => array( 'edge' => is_rtl() ? 'left' : 'right', 'align' => 'center', 'my' => is_rtl() ? 'left' : 'right-14px' ),
) );