This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
/**
|
||||
* Add a comment to show which template is being used on the current page.
|
||||
*
|
||||
* @package BasicWP
|
||||
* @package CWC
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
namespace BasicWP;
|
||||
namespace CWC;
|
||||
|
||||
/**
|
||||
* Class ShowTemplate
|
||||
@@ -14,7 +14,7 @@ namespace BasicWP;
|
||||
* Displays the active WordPress template in the footer for debugging purposes.
|
||||
* Determines which template WordPress has chosen to use and outputs it as an HTML comment.
|
||||
*
|
||||
* @package BasicWP
|
||||
* @package CWC
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class ShowTemplate {
|
||||
|
||||
Reference in New Issue
Block a user