Changeset 1349224
- Timestamp:
- 02/12/2016 06:24:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
single-post-sidebar-widget/trunk/single-post-widget.php
r1349218 r1349224 96 96 <p> 97 97 <label for="<?php echo $this->get_field_id( 'selected_post' ); ?>"><?php _e('Select your post:', 'single_post_widget'); ?></label> 98 <select style="width: 100% " id='<?php echo $this->get_field_id( 'selected_post' ); ?>' name="<?php echo $this->get_field_name( 'selected_post' ); ?>" >98 <select style="width: 100%;" id='<?php echo $this->get_field_id( 'selected_post' ); ?>' name="<?php echo $this->get_field_name( 'selected_post' ); ?>" > 99 99 <?php $args=array( 100 100 'post_type' => 'post',
Note: See TracChangeset
for help on using the changeset viewer.