Rename function

This commit is contained in:
koenemann 2017-11-27 09:24:49 +01:00
parent 21aa3dc318
commit ba75e8860b
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
'name' => __( 'Hero Static', 'understrap' ), 'name' => __( 'Hero Static', 'understrap' ),
'id' => 'statichero', 'id' => 'statichero',
'description' => 'Static Hero widget. no slider functionallity', 'description' => 'Static Hero widget. no slider functionallity',
'before_widget' => '<div id="%1$s" class="static-hero-widget %2$s '. slbd_count_widgets( 'statichero' ) .'">', 'before_widget' => '<div id="%1$s" class="static-hero-widget %2$s '. understrap_slbd_count_widgets( 'statichero' ) .'">',
'after_widget' => '</div><!-- .static-hero-widget -->', 'after_widget' => '</div><!-- .static-hero-widget -->',
'before_title' => '<h3 class="widget-title">', 'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>', 'after_title' => '</h3>',
@ -93,7 +93,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
'name' => __( 'Footer Full', 'understrap' ), 'name' => __( 'Footer Full', 'understrap' ),
'id' => 'footerfull', 'id' => 'footerfull',
'description' => 'Widget area below main content and above footer', 'description' => 'Widget area below main content and above footer',
'before_widget' => '<div id="%1$s" class="footer-widget %2$s '. slbd_count_widgets( 'footerfull' ) .'">', 'before_widget' => '<div id="%1$s" class="footer-widget %2$s '. understrap_slbd_count_widgets( 'footerfull' ) .'">',
'after_widget' => '</div><!-- .footer-widget -->', 'after_widget' => '</div><!-- .footer-widget -->',
'before_title' => '<h3 class="widget-title">', 'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>', 'after_title' => '</h3>',