You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esc_html__( 'Comma-separated list of post/page or custom post type IDs to be used as cornerstone posts. Posts with these IDs will be randomly selected and then included in the list of related posts. Roughly 20%% of the related posts will be chosen from this list. Learn more about %1$sCornerstone Posts%2$s.', 'contextual-related-posts' ),
@@ -1078,7 +1077,7 @@ public static function settings_feed() {
1078
1077
*/
1079
1078
publicstaticfunctionsettings_performance() {
1080
1079
$custom_tables_desc = sprintf(
1081
-
/* translators: 1: Opening a tag, 2: Closing a tag */
1080
+
/* translators: 1: Opening a tag, 2: Closing a tag */
1082
1081
esc_html__( 'Efficient Content Storage and Indexing (ECSI) creates a dedicated database table optimized for related content queries. This enhances performance, particularly on sites with a large number of posts or high traffic. To create the ECSI tables, visit the %1$sTools tab%2$s.', 'contextual-related-posts' ),
@@ -1174,7 +1173,7 @@ public static function settings_performance() {
1174
1173
/**
1175
1174
* Get the various styles.
1176
1175
*
1177
-
* @since 3.5.0
1176
+
* @since 3.5.0
1178
1177
* @return array Associative array of styles.
1179
1178
*/
1180
1179
publicstaticfunctionget_styles() {
@@ -1225,7 +1224,7 @@ public static function get_styles() {
1225
1224
/**
1226
1225
* Get the various order settings.
1227
1226
*
1228
-
* @since 3.5.0
1227
+
* @since 3.5.0
1229
1228
* @return array Order settings.
1230
1229
*/
1231
1230
publicstaticfunctionget_orderings() {
@@ -1251,7 +1250,7 @@ public static function get_orderings() {
1251
1250
*
1252
1251
* @since 3.5.0
1253
1252
*
1254
-
* @param array $links Array of links.
1253
+
* @param array $links Array of links.
1255
1254
* @return array
1256
1255
*/
1257
1256
publicfunctionplugin_actions_links( $links ) {
@@ -1269,8 +1268,8 @@ public function plugin_actions_links( $links ) {
1269
1268
*
1270
1269
* @since 3.5.0
1271
1270
*
1272
-
* @param array $links Array of Links.
1273
-
* @param string $file Current file.
1271
+
* @param array $links Array of Links.
1272
+
* @param string $file Current file.
1274
1273
* @return array
1275
1274
*/
1276
1275
publicfunctionplugin_row_meta( $links, $file ) {
@@ -1294,14 +1293,14 @@ public function plugin_row_meta( $links, $file ) {
1294
1293
*/
1295
1294
publicfunctionget_help_sidebar() {
1296
1295
$help_sidebar =
1297
-
/* translators: 1: Plugin support site link. */
1298
-
'<p>' . sprintf( __( 'For more information or how to get support visit the <a href="%s" target="_blank">support site</a>.', 'contextual-related-posts' ), esc_url( 'https://webberzone.com/support/' ) ) . '</p>' .
'<p>' . sprintf( __( 'For more information or how to get support visit the <a href="%s" target="_blank">support site</a>.', 'contextual-related-posts' ), esc_url( 'https://webberzone.com/support/' ) ) . '</p>' .
'<p>' . __( 'This screen provides some tools that help maintain certain features of Contextual Related Posts.', 'contextual-related-posts' ) . '</p>' .
1339
-
'<p>' . __( 'Clear the cache, recreate the fulltext indices (including code to manually run this in phpMyAdmin), export/import settings and delete the older settings.', 'contextual-related-posts' ) . '</p>' .
1340
-
'<p>' . sprintf(
1341
-
/* translators: 1: Link to Knowledge Base article. */
1342
-
__( 'You can find more information on each of these tools in this <a href="%1$s" target="_blank">knowledgebase article</a>.', 'contextual-related-posts' ),
'<p>' . __( 'Clear the cache, recreate the fulltext indices (including code to manually run this in phpMyAdmin), export/import settings and delete the older settings.', 'contextual-related-posts' ) . '</p>' .
1339
+
'<p>' . sprintf(
1340
+
/* translators: 1: Link to Knowledge Base article. */
1341
+
__( 'You can find more information on each of these tools in this <a href="%1$s" target="_blank">knowledgebase article</a>.', 'contextual-related-posts' ),
@@ -1362,7 +1361,7 @@ public function get_help_tabs() {
1362
1361
*/
1363
1362
publicstaticfunctionget_admin_footer_text() {
1364
1363
returnsprintf(
1365
-
/* translators: 1: Opening achor tag with Plugin page link, 2: Closing anchor tag, 3: Opening anchor tag with review link. */
1364
+
/* translators: 1: Opening achor tag with Plugin page link, 2: Closing anchor tag, 3: Opening anchor tag with review link. */
1366
1365
__( 'Thank you for using %1$sContextual Related Posts by WebberZone%2$s! Please %3$srate us%2$s on %3$sWordPress.org%2$s', 'contextual-related-posts' ),
0 commit comments