Changeset 1883306
- Timestamp:
- 05/29/2018 12:24:07 PM (8 years ago)
- Location:
- selected-posts-in-widget
- Files:
-
- 3 added
- 1 edited
-
tags/1.0 (added)
-
tags/1.0/readme.txt (added)
-
tags/1.0/selected_posts_in_widget.php (added)
-
trunk/selected_posts_in_widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
selected-posts-in-widget/trunk/selected_posts_in_widget.php
r1883042 r1883306 4 4 Plugin URI: https://timeandupdate.com/selected_posts_in_widget/ 5 5 Description: Add Selected Posts in your Widget Area. 6 Version: 1.0 6 Version: 1.0.1 7 7 Author: Time and Update 8 8 Author URI: https://timeandupdate.com/ … … 232 232 $select7 = isset( $instance['select7'] ) ? $instance['select7'] : ''; 233 233 $select8 = isset( $instance['select8'] ) ? $instance['select8'] : ''; 234 $select 09 = isset( $instance['select9'] ) ? $instance['select9'] : '';234 $select9 = isset( $instance['select9'] ) ? $instance['select9'] : ''; 235 235 $select10 = isset( $instance['select10'] ) ? $instance['select10'] : ''; 236 236 $select11 = isset( $instance['select11'] ) ? $instance['select11'] : '';
Note: See TracChangeset
for help on using the changeset viewer.