Skip to content

Commit

Permalink
Drop child theme URL constant
Browse files Browse the repository at this point in the history
This is no longer required as of Genesis 2.9.0. It was previously used
to set the footer credit URL. In Genesis 2.9.0 this is now pulled from
the Theme URI header in the stylesheet.

See studiopress/genesis#2166.
  • Loading branch information
nickcernis committed Mar 14, 2019
1 parent d17a953 commit 989d959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

// Defines the child theme (do not remove).
define( 'CHILD_THEME_NAME', 'Genesis Sample' );
define( 'CHILD_THEME_URL', 'https://www.studiopress.com/' );
define( 'CHILD_THEME_VERSION', wp_get_theme()->get( 'Version' ) );

// Sets up the Theme.
Expand Down

0 comments on commit 989d959

Please sign in to comment.