- Timestamp:
- 01/11/2019 02:14:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/classes/class-bp-blogs-recent-posts-widget.php
r10793 r12323 132 132 $instance['title'] = strip_tags( $new_instance['title'] ); 133 133 $instance['max_posts'] = strip_tags( $new_instance['max_posts'] ); 134 $instance['link_title'] = (bool) $new_instance['link_title'];134 $instance['link_title'] = ! empty( $new_instance['link_title'] ); 135 135 136 136 return $instance;
Note: See TracChangeset
for help on using the changeset viewer.