Skip to content

Commit 348e1c7

Browse files
authored
Merge pull request #138 from garrett-eclipse/string-fixes
String fixes.
2 parents 5f400f3 + 2e4d068 commit 348e1c7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Features include:
1010
- Password protect your WordPress site with a single password.
1111
- Option to allow access to feeds.
1212
- Option to allow administrators access without entering password.
13-
- Works with Mark Jaquith's [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin.
14-
- Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.
13+
- Works with Mark Jaquith's [Login Logo](https://wordpress.org/plugins/login-logo/) plugin.
14+
- Works with the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin.
1515

1616
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
1717
1818
Translations
1919
------------
2020

21-
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
21+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
2222

2323
Installation
2424
------------
@@ -37,8 +37,8 @@ If you are upgrading manually via FTP rather that through the WordPress automati
3737
Frequently Asked Questions
3838
--------------------------
3939

40-
__How can I change the Wordpress logo to a different image?__
41-
Install and configure the [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
40+
__How can I change the WordPress logo to a different image?__
41+
Install and configure the [Login Logo](https://wordpress.org/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
4242

4343
__How can I enable feeds while the site is password protected?__
4444
In the settings, check the 'Allow Feeds' checkbox.
@@ -64,7 +64,7 @@ __How can I contribute?__
6464
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
6565

6666
__How can I translate this plugin?__
67-
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
67+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
6868

6969
Upgrade Notice
7070
--------------

password-protected.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ public function install() {
672672
*
673673
* Support for 3rd party plugins:
674674
*
675-
* - Login Logo http://wordpress.org/extend/plugins/login-logo/
676-
* - Uber Login Logo http://wordpress.org/plugins/uber-login-logo/
675+
* - Login Logo https://wordpress.org/plugins/login-logo/
676+
* - Uber Login Logo https://wordpress.org/plugins/uber-login-logo/
677677
*/
678678
public function compat() {
679679

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Features include:
2121
* Password protect your WordPress site with a single password.
2222
* Option to allow access to feeds.
2323
* Option to allow administrators access without entering password.
24-
* Works with Mark Jaquith's [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin.
25-
* Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.
24+
* Works with Mark Jaquith's [Login Logo](https://wordpress.org/plugins/login-logo/) plugin.
25+
* Works with the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin.
2626

2727
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
2828

2929
= Translations =
3030

31-
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
31+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
3232

3333
== Installation ==
3434

@@ -44,8 +44,8 @@ If you are upgrading manually via FTP rather that through the WordPress automati
4444

4545
== Frequently Asked Questions ==
4646

47-
= How can I change the Wordpress logo to a different image? =
48-
Install and configure the [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
47+
= How can I change the WordPress logo to a different image? =
48+
Install and configure the [Login Logo](https://wordpress.org/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
4949

5050
= How can I enable feeds while the site is password protected? =
5151
In the settings, check the 'Allow Feeds' checkbox.
@@ -71,7 +71,7 @@ You can also submit suggested enhancements if you like.
7171
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
7272

7373
= How can I translate this plugin? =
74-
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
74+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via WordPress.
7575

7676
== Screenshots ==
7777

0 commit comments

Comments
 (0)