From ce7c1c0b7fabdfe0c43bdfc4833d2a158a14b0bc Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Fri, 22 Jul 2016 10:45:33 +0000 Subject: [PATCH] PHP namespaces vs sanity --- wp-shortslug.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-shortslug.php b/wp-shortslug.php index 5f2e191..2726f8f 100644 --- a/wp-shortslug.php +++ b/wp-shortslug.php @@ -29,11 +29,11 @@ Required minimum PHP version: 5.3 namespace WP_SHORTSLUG; define ( - 'base', + 'WP_SHORTSLUG\base', '0123456789abcdefghijklmnopqrstuvwxyz' ); define ( - 'base_camel', + 'WP_SHORTSLUG\base_camel', '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' );