From 490b27db8ffcc0913e15ee0b54346cb3ec04ffdf Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 28 Jun 2016 12:03:49 +0100 Subject: [PATCH] Corrected typo post to page. Corrected typo post to page. --- bl-plugins/api/plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-plugins/api/plugin.php b/bl-plugins/api/plugin.php index d6501d6a..5fce41c8 100644 --- a/bl-plugins/api/plugin.php +++ b/bl-plugins/api/plugin.php @@ -48,7 +48,7 @@ class pluginAPI extends Plugin { $html .= ''; $html .= '
'; - $html .= '

Show post: '.DOMAIN_BASE.'api/show/page/{PAGE-NAME}

'; + $html .= '

Show page: '.DOMAIN_BASE.'api/show/page/{PAGE-NAME}

'; $html .= '
Get a particular page, change the {PAGE-NAME} with the page friendly url.
'; $html .= '
'; @@ -208,4 +208,4 @@ class pluginAPI extends Plugin { header('Content-Type: application/json'); exit($json); } -} \ No newline at end of file +}