Skip to content

Commit

Permalink
Merge pull request #343 from HasteDesign/master
Browse files Browse the repository at this point in the history
Espaço antes do text-domain [igual ao restante do código]
  • Loading branch information
RafaelFunchal committed Aug 31, 2015
2 parents 072480e + e84e968 commit 36ed237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/classes/widgets/class-widget-like-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public function form( $instance ) {
<label for="<?php echo $this->get_field_id( 'color_scheme' ); ?>">
<?php _e( 'Color Scheme:', 'odin' ); ?>
<select id="<?php echo $this->get_field_id( 'color_scheme' ); ?>" class="widefat" name="<?php echo $this->get_field_name( 'color_scheme' ); ?>">
<option value="dark" <?php selected( 'dark', $color_scheme, true ); ?>><?php _e( 'Dark','odin' ); ?></option>
<option value="light" <?php selected( 'light', $color_scheme, true ); ?>><?php _e( 'Light','odin' ); ?></option>
<option value="dark" <?php selected( 'dark', $color_scheme, true ); ?>><?php _e( 'Dark', 'odin' ); ?></option>
<option value="light" <?php selected( 'light', $color_scheme, true ); ?>><?php _e( 'Light', 'odin' ); ?></option>
</select>
</label>
</p>
Expand Down

0 comments on commit 36ed237

Please sign in to comment.