diff --git a/src/wp-admin/js/updates.js b/src/wp-admin/js/updates.js index 400842ebd4..91e9d54d02 100644 --- a/src/wp-admin/js/updates.js +++ b/src/wp-admin/js/updates.js @@ -2259,7 +2259,7 @@ } else if ( $oldSubTitle.length ) { $oldSubTitle.replaceWith( $subTitle ); } else { - $( '.wrap h1' ).append( $subTitle ); + $( '.wp-header-end' ).before( $subTitle ); } $( 'body' ).removeClass( 'loading-content' ); diff --git a/src/wp-admin/plugins.php b/src/wp-admin/plugins.php index ae5ea58c50..2eeea4eb9f 100644 --- a/src/wp-admin/plugins.php +++ b/src/wp-admin/plugins.php @@ -491,9 +491,13 @@ if ( ! empty( $invalid ) ) {
-

+ + - + ' . __( 'Search results for “%s”' ) . '', esc_html( urldecode( $s ) ) ); } ?> - + +