Plugin Directory

Changeset 1883306


Ignore:
Timestamp:
05/29/2018 12:24:07 PM (8 years ago)
Author:
infodevkota
Message:

Fix Display of post no 9

Location:
selected-posts-in-widget
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • selected-posts-in-widget/trunk/selected_posts_in_widget.php

    r1883042 r1883306  
    44Plugin URI: https://timeandupdate.com/selected_posts_in_widget/
    55Description: Add Selected Posts in your Widget Area.
    6 Version: 1.0
     6Version: 1.0.1
    77Author: Time and Update
    88Author URI: https://timeandupdate.com/
     
    232232        $select7   = isset( $instance['select7'] ) ? $instance['select7'] : '';
    233233        $select8   = isset( $instance['select8'] ) ? $instance['select8'] : '';
    234         $select09   = isset( $instance['select9'] ) ? $instance['select9'] : '';
     234        $select9   = isset( $instance['select9'] ) ? $instance['select9'] : '';
    235235        $select10   = isset( $instance['select10'] ) ? $instance['select10'] : '';
    236236        $select11   = isset( $instance['select11'] ) ? $instance['select11'] : '';
Note: See TracChangeset for help on using the changeset viewer.