Plugin Directory

Changeset 200674


Ignore:
Timestamp:
02/01/2010 06:47:06 PM (16 years ago)
Author:
Mamoun.othman
Message:

fixing bug on init widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • featured-blogs-list/trunk/featured-blog.php

    r200622 r200674  
    246246            $title = esc_attr($instance['title']);
    247247            $featured_blog = $instance['featured_blog'];
    248             if(!$featured_blog) {
     248            if(empty($featured_blog)) {
    249249                $featured_blog = array();
    250250            }
Note: See TracChangeset for help on using the changeset viewer.