PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.7.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.7.0
2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.10.0 All 48 releases
← All changes | includes/admin/class-post-list-columns.php +1 -3 2.0.02.7.0 View file →
@@ -741,9 +741,8 @@
741 741 'actionGet' => \ThinkRank\Admin\Seo_Quick_Edit_Ajax::get_ajax_action_get(),
742 742 'actionSave' => \ThinkRank\Admin\Seo_Quick_Edit_Ajax::get_ajax_action_save(),
743 743 'titleMax' => 60,
744 744 'descriptionMax' => 160,
745 - 'keywordLimit' => \ThinkRank\SEO\Focus_Keywords::limit(),
746 745 'i18n' => [
747 746 'modalTitle' => __('Quick Edit SEO', 'thinkrank'),
748 747 'seoTitle' => __('SEO Title', 'thinkrank'),
749 748 'seoTitleHelp' => __('Keep it under 60 characters for best results.', 'thinkrank'),
@@ -749,10 +748,9 @@
749 748 'seoTitleHelp' => __('Keep it under 60 characters for best results.', 'thinkrank'),
750 749 'metaDescription' => __('Meta Description', 'thinkrank'),
751 750 'metaDescriptionHelp' => __('Keep it under 160 characters for best results.', 'thinkrank'),
752 751 'focusKeywords' => __('Focus Keywords', 'thinkrank'),
753 - /* translators: %d: maximum number of focus keywords */
754 - 'focusKeywordsHelp' => __('Separate keywords with commas. Up to %d keywords.', 'thinkrank'),
752 + 'focusKeywordsHelp' => __('Separate keywords with commas. The first keyword is primary.', 'thinkrank'),
755 753 'inheritedHint' => __('Leave empty to inherit from your Global SEO pattern.', 'thinkrank'),
756 754 'save' => __('Save', 'thinkrank'),
757 755 'saving' => __('Saving…', 'thinkrank'),
758 756 'cancel' => __('Cancel', 'thinkrank'),