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') )
-
+


-
+
ID ); ?> -
+
-
+
-
+
ID ), $matches ) ) echo esc_html( strtoupper( $matches[1] ) ); @@ -2461,7 +2461,7 @@ function attachment_submitbox_metadata() { foreach ( $fields as $key => $label ): if ( ! empty( $meta[$key] ) ) : ?> -
+
-
+
$label ): if ( ! empty( $meta['audio'][$key] ) ) : ?> -
+
-
+
post_status ) {
-
+
post_status ) { @@ -105,7 +105,7 @@ switch ( $post->post_status ) {
-
+
post_status ) { @@ -174,7 +174,7 @@ if ( 0 != $post->ID ) { if ( ! empty( $args['args']['revisions_count'] ) ) : $revisions_to_keep = wp_revisions_to_keep( $post ); ?> -
+
0 && $revisions_to_keep <= $args['args']['revisions_count'] ) { echo ' +
@@ -278,7 +278,7 @@ function attachment_submit_meta_box( $post ) { $stamp = __('Uploaded on: %1$s'); $date = date_i18n( $datef, strtotime( $post->post_date ) ); ?> -
+
@@ -702,7 +702,7 @@ function link_submit_meta_box($link) {
-
+
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index f8fac13914..5439b59a41 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1909,7 +1909,7 @@ final class WP_Internal_Pointers { $content = '

' . __( 'Compare Revisions' ) . '

'; $content .= '

' . __( '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' ), ) );