From 01803969dbab7f1a4910bf521b70a1098de67017 Mon Sep 17 00:00:00 2001 From: dignajar Date: Tue, 22 Sep 2015 19:41:10 -0300 Subject: [PATCH] Updates --- languages/en_US.json | 3 ++- plugins/pages/plugin.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/languages/en_US.json b/languages/en_US.json index 29eac24f..ddc020de 100644 --- a/languages/en_US.json +++ b/languages/en_US.json @@ -162,5 +162,6 @@ "you-can-schedule-the-post-just-select-the-date-and-time": "You can schedule the post, just select the date and time.", "scheduled": "Scheduled", "publish": "Publish", - "please-check-your-theme-configuration": "Please check your theme configuration." + "please-check-your-theme-configuration": "Please check your theme configuration.", + "plugin-label": "Plugin label" } diff --git a/plugins/pages/plugin.php b/plugins/pages/plugin.php index a430fadf..c75636f8 100644 --- a/plugins/pages/plugin.php +++ b/plugins/pages/plugin.php @@ -15,7 +15,7 @@ class pluginPages extends Plugin { global $Language; $html = '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
';