Skip to content

Commit

Permalink
Indicate replacement for ss_do_one_sidebar(). see #22.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrice committed Mar 10, 2017
1 parent 6f8b1a2 commit 42315b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function ss_sidebars_init() {
*/
function ss_do_one_sidebar( $sidebar_key = '' ) {

_deprecated_function( __FUNCTION__, '2.1.0' );
_deprecated_function( __FUNCTION__, '2.1.0', __( 'dynamic_sidebar() with sidebars_widget filter', 'genesis-simple-sidebars' ) );

if ( '_ss_sidebar' == $sidebar_key ) {
genesis_do_sidebar();
Expand Down

0 comments on commit 42315b2

Please sign in to comment.