Update 1.0.89

This commit is contained in:
ultimatemember
2015-03-18 18:38:22 +02:00
parent 1653677136
commit 89722448cb
9 changed files with 70 additions and 45 deletions
+1 -1
View File
@@ -1829,7 +1829,7 @@ $this->sections[] = array(
'type' => 'switch',
'title' => __( 'Allow Tracking','ultimatemember' ),
'default' => 0,
'desc' => 'Help us improve Ultimate Members compatibility with other plugins and themes by allowing us to track non-sensitive data on your site. Click <a href="http://ultimatemember.com/tracking/">here</a> to see what data we track.',
'desc' => __( 'Help us improve Ultimate Members compatibility with other plugins and themes by allowing us to track non-sensitive data on your site. Click <a href="https://ultimatemember.com/tracking/" target="_blank">here</a> to see what data we track.', 'ultimatemember' ),
'on' => __('Allow tracking','ultimatemember'),
'off' => __('Do not allow','ultimatemember'),
),