| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | |
| 5 | 5 | Plugin Name: JSON API Auth |
| 6 | 6 | Plugin URI: http://www.parorrey.com/solutions/json-api-auth/ |
| 7 | 7 | Description: Extends the JSON API Plugin for RESTful user authentiocation |
| 8 | - Version: 1.5 | |
| 8 | + Version: 1.7 | |
| 9 | 9 | Author: Ali Qureshi |
| 10 | 10 | Author URI: http://www.parorrey.com |
| 11 | 11 | License: GPLv3 |
| 12 | 12 | |
| @@ -35,9 +35,9 @@ | ||
| 35 | 35 | function pim_auth_draw_notice_json_api() { |
| 36 | 36 | |
| 37 | 37 | echo '<div id="message" class="error fade"><p style="line-height: 150%">'; |
| 38 | 38 | |
| 39 | - _e('<strong>JSON API Auth</strong></a> requires the JSON API plugin to be activated. Please <a href="wordpress.org/plugins/json-api/">install / activate JSON API</a> first.', 'json-api-user'); | |
| 39 | + _e('<strong>JSON API Auth</strong></a> requires the JSON API plugin to be activated. Please <a href="https://wordpress.org/plugins/json-api/">install / activate JSON API</a> first.', 'json-api-user'); | |
| 40 | 40 | |
| 41 | 41 | echo '</p></div>'; |
| 42 | 42 | |
| 43 | 43 | } |