Skip to content

Commit

Permalink
working on #32
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotep committed Jul 4, 2017
1 parent 8cdbb84 commit 75ddf5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ public function form( $instance ) {
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
</p>
<p>
<label for="<?php echo $this->get_field_id( 'href' ); ?>"><?php _e( 'Link:' ); ?></label>
<input class="widefat" id="<?php echo $this->get_field_id( 'href' ); ?>" name="<?php echo $this->get_field_name( 'href' ); ?>" type="text" value="<?php echo esc_url( $instance[href] ); ?>" />
</p>
<?php
Expand Down

0 comments on commit 75ddf5a

Please sign in to comment.