Last active
December 10, 2015 04:29
-
-
Save GaryJones/4381152 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Register widget area | |
genesis_register_sidebar( array( | |
'id' => 'sample', | |
'name' => __( 'Sample', 'your-child-theme-text-domain' ), | |
'description' => __( 'This is the sample widget area description.', 'your-child-theme-text-domain' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment