File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
return \StubsGenerator \Finder::create ()
4
4
->in ('source/genesis/lib/functions ' )
5
+ ->append (\StubsGenerator \Finder::create ()
6
+ ->in (['source/genesis/lib ' ])
7
+ ->files ()
8
+ ->depth ('< 1 ' )
9
+ ->path ('framework.php ' )
10
+ )
5
11
->notPath ('compat.php ' )
6
12
->notPath ('deprecated.php ' )
7
13
->sortByName ()
Original file line number Diff line number Diff line change @@ -602,6 +602,28 @@ function site_footer($attributes)
602
602
}
603
603
}
604
604
namespace {
605
+ /**
606
+ * Genesis Framework.
607
+ *
608
+ * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
609
+ * Please do all modifications in the form of a child theme.
610
+ *
611
+ * @package Genesis\Framework
612
+ * @author StudioPress
613
+ * @license GPL-2.0-or-later
614
+ * @link https://my.studiopress.com/themes/genesis/
615
+ */
616
+ /**
617
+ * Used to initialize the framework in the various template files.
618
+ *
619
+ * It pulls in all the necessary components like header and footer, the basic
620
+ * markup structure, and hooks.
621
+ *
622
+ * @since 1.3.0
623
+ */
624
+ function genesis ()
625
+ {
626
+ }
605
627
/**
606
628
* Genesis Framework.
607
629
*
You can’t perform that action at this time.
0 commit comments