Changeset 1189210
- Timestamp:
- 06/29/2015 12:14:17 AM (11 years ago)
- File:
-
- 1 edited
-
timed-textwidget/tags/1.1/timedtextwidget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
timed-textwidget/tags/1.1/timedtextwidget.php
r1189204 r1189210 Β 51 51 $title = isset( $instance['title'] ) ? $instance['title']: ''; 52 52 $description = isset( $instance['description'] ) ? strip_tags($instance['description'],'<div><span><pre><p><br><hr><hgroup><h1><h2><h3><h4><h5><h6><ul><ol><li><dl><dt><dd><strong><em><b><i><u><img><a><abbr><address><blockquote><area><audio><video><form><fieldset><label><input><textarea><caption><table><tbody><td><tfoot><th><thead><tr><iframe>') : ''; 53 Β $start_time = isset( $instance['start_time'] ) ? strip_tags( $instance['start_time'] ) : '';Β 53 $start_time = isset( $instance['start_time'] ) ? esc_attr( $instance['start_time'] ) : ''; 54 54 $end_time = isset( $instance['end_time'] ) ? esc_attr( $instance['end_time'] ) : ''; 55 55 $mon = is_string( $instance[ 'monday' ] ) ? esc_attr( $instance[ 'monday' ] ) : '1';
Note: See TracChangeset
for help on using the changeset viewer.