Skip to content

Commit a083b0c

Browse files
committed
Merge pull request #2 from PeterDaveHello/patch-1
Should add protocol here
2 parents b9c57dc + d85d92c commit a083b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-api-user.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function pim_draw_notice_json_api() {
4848

4949
echo '<div id="message" class="error fade"><p style="line-height: 150%">';
5050

51-
_e('<strong>JSON API User</strong></a> requires the JSON API plugin to be activated. Please <a href="http://github.com/wordpress.org/plugins/json-api/%E2%80%8E">install / activate JSON API</a> first.', 'json-api-user');
51+
_e('<strong>JSON API User</strong></a> requires the JSON API plugin to be activated. Please <a href="http://github.com/%3Cspan%20class="x x-first x-last">https://wordpress.org/plugins/json-api/‎">install / activate JSON API</a> first.', 'json-api-user');
5252

5353
echo '</p></div>';
5454

@@ -70,4 +70,4 @@ function setUserControllerPath($sDefaultPath) {
7070

7171
return dirname(__FILE__) . '/controllers/User.php';
7272

73-
}
73+
}

0 commit comments

Comments
 (0)