Skip to content

Commit

Permalink
don\'t attempt to translate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rclations committed Aug 19, 2017
1 parent e22bf1a commit c58529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/sidebars.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function largo_register_sidebars() {
$sidebar_slug = largo_make_slug( $sidebar );
if ( $sidebar_slug ) {
$sidebars[] = array(
'name' => __( $sidebar, 'largo' ),
'name' => $sidebar,
'desc' => '',
'id' => $sidebar_slug
);
Expand Down

0 comments on commit c58529a

Please sign in to comment.