diff --git a/wp-object-cache.php b/wp-object-cache.php index c3bd300..0e1bf68 100644 --- a/wp-object-cache.php +++ b/wp-object-cache.php @@ -122,7 +122,7 @@ public function showAdminNotices(): void if (version_compare($dropin['Version'], $plugin['Version'], '<')) { $message = sprintf( - esc_html__( + __( 'The object cache drop-in is outdated. Please update it now.', 'wp-object-cache' ), @@ -131,7 +131,7 @@ public function showAdminNotices(): void } } else { $message = sprintf( - esc_html__( + __( 'An unknown object cache drop-in was found. To use WP Object Cache , please replace it now.', 'wp-object-cache' ), @@ -146,7 +146,7 @@ public function showAdminNotices(): void $enableUrl = $this->getNonceUrl('enable-cache'); $message = sprintf( - esc_html__( + __( 'WP Object Cache is not used. To use WP Object Cache , please enable it now.', 'wp-object-cache' ), @@ -393,7 +393,7 @@ private function buildAdminWrapper(string $content): void { printf( '