Changeset 200674
- Timestamp:
- 02/01/2010 06:47:06 PM (16 years ago)
- File:
-
- 1 edited
-
featured-blogs-list/trunk/featured-blog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featured-blogs-list/trunk/featured-blog.php
r200622 r200674 246 246 $title = esc_attr($instance['title']); 247 247 $featured_blog = $instance['featured_blog']; 248 if( !$featured_blog) {248 if(empty($featured_blog)) { 249 249 $featured_blog = array(); 250 250 }
Note: See TracChangeset
for help on using the changeset viewer.