This commit is contained in:
+3
-3
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Functions file for the BasicWP theme.
|
||||
* Functions file for the CWC theme.
|
||||
*
|
||||
* This file initializes the theme by including necessary dependencies
|
||||
* and loading additional function files.
|
||||
*
|
||||
* @package BasicWP
|
||||
* @package CWC
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
namespace BasicWP;
|
||||
namespace CWC;
|
||||
|
||||
// Load functions.
|
||||
foreach ( glob( __DIR__ . '/lib/*.php' ) as $filename ) {
|
||||
|
||||
Reference in New Issue
Block a user