diff --git a/view-all-posts-pages.php b/view-all-posts-pages.php index 95e06dfe48b70ce659f8b5e15cd0ed08ffcd6b9d..85bdf054e045b024af18ec0a3e739b6b70998c1d 100755 --- a/view-all-posts-pages.php +++ b/view-all-posts-pages.php @@ -754,7 +754,7 @@ class view_all_posts_pages { // phpcs:ignore PEAR.NamingConventions.ValidClassNa /* translators: 1: URL to dismiss admin notice. */ printf( wp_kses_post( __( 'When finished, click <a href="%s">here</a> to hide this message.', 'view_all_posts_pages' ) ), esc_url( admin_url( add_query_arg( $query_args, 'index.php' ) ) ) ); - ?> + ?> </p> </div>