1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +02:00

Shortcodes API: fixes

This commit is contained in:
Awilum
2012-10-25 18:42:52 +03:00
parent c59a1637dc
commit 954ef7af70

View File

@@ -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;