Skip to content

Commit

Permalink
feat(release): first release?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jul 14, 2021
1 parent cc7351c commit 8c93d36
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

return \StubsGenerator\Finder::create()
->in('source/genesis/lib/functions')
->append(\StubsGenerator\Finder::create()
->in(['source/genesis/lib'])
->files()
->depth('< 1')
->path('framework.php')
)
->notPath('compat.php')
->notPath('deprecated.php')
->sortByName()
Expand Down
22 changes: 22 additions & 0 deletions genesis-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,28 @@ function site_footer($attributes)
}
}
namespace {
/**
* Genesis Framework.
*
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
* Please do all modifications in the form of a child theme.
*
* @package Genesis\Framework
* @author StudioPress
* @license GPL-2.0-or-later
* @link https://my.studiopress.com/themes/genesis/
*/
/**
* Used to initialize the framework in the various template files.
*
* It pulls in all the necessary components like header and footer, the basic
* markup structure, and hooks.
*
* @since 1.3.0
*/
function genesis()
{
}
/**
* Genesis Framework.
*
Expand Down

0 comments on commit 8c93d36

Please # to comment.