fix(theme): namespace swap on views/* files missed by Tasks 5/16

This commit is contained in:
Keith Solomon
2026-08-16 13:51:28 -05:00
parent 7d381e2d2e
commit 1905a0cfd0
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
* https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/navigation-aux.html * https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/navigation-aux.html
*/ */
namespace SoloFrameEvo; namespace KsPortfolio;
// Init Variables // Init Variables
global $wp, $views; global $wp, $views;
+1 -1
View File
@@ -6,7 +6,7 @@
* https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/search-global.html * https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/search-global.html
*/ */
namespace SoloFrameEvo; namespace KsPortfolio;
?> ?>
+3 -2
View File
@@ -2,11 +2,12 @@
/** /**
* Social Media Links Partial * Social Media Links Partial
* *
* @package SoloFrameEvo * @package KsPortfolio
*/ */
namespace SoloFrameEvo; namespace KsPortfolio;
$args = $args ?? array();
$classes = $args['classes'] ?? ''; $classes = $args['classes'] ?? '';
$circle = $args['circle'] ?? ''; $circle = $args['circle'] ?? '';