diff --git a/view-all-posts-pages.php b/view-all-posts-pages.php
index 02c1861cfa35468fe1dd87df17b2becc1eb1ff4c..e7386e2bf4cee1cea7ca376f8f4d69486b8992ec 100755
--- a/view-all-posts-pages.php
+++ b/view-all-posts-pages.php
@@ -322,7 +322,8 @@ class view_all_posts_pages { // phpcs:ignore PEAR.NamingConventions.ValidClassNa
 
 			// Set global $more to false so that wp_link_pages outputs links for all pages when viewing full post page.
 			if ( $this->is_view_all() ) {
-				$GLOBALS['more'] = false; // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited
+				// phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited
+				$GLOBALS['more'] = false;
 			}
 
 			// Process link text, respecting pagelink parameter.