PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.11
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.11
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
← All changes | includes/class-uwp-seo.php +3 -3 1.2.651.2.11 View file →
@@ -61,9 +61,9 @@
61 61 'name' => __( 'Title separator', 'userswp' ),
62 62 'type' => 'radio',
63 63 'default' => self::get_default_sep(),
64 64 'class' => 'uwp-seo-meta-separator',
65 - 'desc' => __('Choose the symbol to use as your title separator. This will display, for instance, between your user profile title and site name. Symbols are shown in the size they will appear in the search results.', 'userswp'),
65 + 'desc' => __('Choose the symbol to use as your title separator. This will display, for instance, between your user profile title and site name. Symbols are shown in the size they will appear in the search results.', 'uwp-groups'),
66 66 'desc_tip' => true,
67 67 'advanced' => true,
68 68 'placeholder' => '',
69 69 'options' => array(
@@ -82,9 +82,9 @@
82 82 'name' => __( 'Meta Title', 'userswp' ),
83 83 'type' => 'text',
84 84 'default' => '',
85 85 'class' => 'large-text',
86 - 'desc' => __('Available SEO tags:', 'userswp') . ' '.self::get_seo_tags(true),
86 + 'desc' => __('Available SEO tags:', 'uwp-groups') . ' '.self::get_seo_tags(true),
87 87 'desc_tip' => false,
88 88 'advanced' => true,
89 89 'placeholder' => $this->get_default_meta_title(),
90 90 );
@@ -97,9 +97,9 @@
97 97 'desc' => __( 'Enter the meta description to use for the page.', 'userswp' ),
98 98 'desc_tip' => true,
99 99 'advanced' => true,
100 100 'placeholder' => $this->get_default_meta_description(),
101 - 'custom_desc' => __('Available SEO tags:', 'userswp') . ' '.self::get_seo_tags(true),
101 + 'custom_desc' => __('Available SEO tags:', 'uwp-groups') . ' '.self::get_seo_tags(true),
102 102 );
103 103
104 104 $settings[] = array(
105 105 'id' => 'profile_seo_meta_description_length',