PHP namespaces vs sanity
This commit is contained in:
parent
fae7cb3521
commit
ce7c1c0b7f
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue