Skip to content

Commit 992c412

Browse files
committed
removed missing object cache url
1 parent a11241d commit 992c412

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

includes/HealthChecks/PersistentObjectCacheHealthCheck.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ public function __construct() {
1515
$this->passing_text = esc_html__( 'Object caching is enabled', 'wp-module-performance' );
1616
$this->failing_text = esc_html__( 'Object caching is disabled', 'wp-module-performance' );
1717
$this->description = esc_html__( 'Object caching saves results from frequent database queries, reducing load times by avoiding repetitive query processing. Object caching is available in all tiers of Bluehost Cloud.', 'wp-module-performance' );
18-
$this->actions = sprintf(
19-
'<a href="%1$s" target="_blank" rel="noopener">%2$s</a><span class="screen-reader-text"> (%3$s)</span><span aria-hidden="true" class="dashicons dashicons-external"></span>',
20-
'https://www.bluehost.com/help/article/object-caching',
21-
esc_html__( 'Learn more about object caching', 'wp-module-performance' ),
22-
__( 'opens in a new tab', 'wp-module-performance' )
23-
);
2418
}
2519

2620
/**

0 commit comments

Comments
 (0)