🔵 other: Rename project and publish

This commit is contained in:
Keith Solomon
2026-07-29 14:25:19 -05:00
parent 5512918b0f
commit 7dbb991fb9
70 changed files with 558 additions and 5386 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
/**
* Page Sidebar
*
* @package BasicWP
* @package SoloFrameEvo
*/
namespace BasicWP;
namespace SoloFrameEvo;
?>
<aside class="sidebar sidebar-page">
<h2><?php esc_html_e( 'Page Sidebar', 'basicwp' ); ?></h2>
<h2><?php esc_html_e( 'Page Sidebar', 'sf-evo' ); ?></h2>
<?php dynamic_sidebar( 'sidebar-page' ); ?>
</aside>