Moving admin to it's own directory, trying to fix up docblocks and stuff
This commit is contained in:
@ -13,11 +13,11 @@
|
||||
*/
|
||||
|
||||
const NMSP_PLUGIN_SLUG_REWRITE_NAMES = array(
|
||||
'NMSP_PLUGIN_SLUG_PAGE_NAME' => 'nmsp_plugin_slug_page_name',
|
||||
'NMSP_PLUGIN_SLUG_PAGE_NAME' => 'nmsp_plugin_slug_page_name',
|
||||
);
|
||||
|
||||
foreach ( NMSP_PLUGIN_SLUG_REWRITE_NAMES as $page_slug => $page_name ) {
|
||||
if ( ! defined( $page_slug ) ) {
|
||||
define( $page_slug, $page_name );
|
||||
}
|
||||
if ( ! defined( $page_slug ) ) {
|
||||
define( $page_slug, $page_name );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user