Merge pull request #299 from praveenscience/patch-1

Corrected typo post to page.
This commit is contained in:
Diego Najar 2016-07-20 01:55:35 +02:00 committed by GitHub
commit cb463dd0c4
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class pluginAPI extends Plugin {
$html .= '</div>';
$html .= '<div>';
$html .= '<p><b>Show post:</b> <a href="'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}">'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}</a></p>';
$html .= '<p><b>Show page:</b> <a href="'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}">'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}</a></p>';
$html .= '<div class="tip">Get a particular page, change the {PAGE-NAME} with the page friendly url.</div>';
$html .= '</div>';
@ -210,4 +210,4 @@ class pluginAPI extends Plugin {
header('Content-Type: application/json');
exit($json);
}
}
}