From 954ef7af7018225538f3301b5c6ff7fc2f8faecc Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 25 Oct 2012 18:42:52 +0300 Subject: [PATCH] Shortcodes API: fixes --- monstra/engine/shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monstra/engine/shortcodes.php b/monstra/engine/shortcodes.php index 6679a3e..df0cddb 100644 --- a/monstra/engine/shortcodes.php +++ b/monstra/engine/shortcodes.php @@ -89,7 +89,7 @@ * * @param string $shortcode Shortcode tag. */ - pubic static function delete($shortcode) { + public static function delete($shortcode) { // Redefine vars $shortcode = (string) $shortcode; @@ -123,7 +123,7 @@ * * @param string $shortcode Shortcode tag. */ - pulbic static function exists($shortcode) { + public static function exists($shortcode) { // Redefine vars $shortcode = (string) $shortcode;