diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index d9a0523edf..30fa85559b 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -85,13 +85,13 @@ if ( !defined('ABSPATH') )
' . __( 'View, compare, and restore other versions of this content on the improved revisions screen.' ) . '
'; - 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' ), ) );