πŸ”’ EXCLUSIVE: Changeset/ - High Quality

Changeset 1189210


Ignore:
Timestamp:
06/29/2015 12:14:17 AM (11 years ago)
Author:
LuigivdB
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timed-textwidget/tags/1.1/timedtextwidget.php

    r1189204 r1189210 Β 
    5151        $title = isset( $instance['title'] ) ? $instance['title']: '';
    5252        $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'] ) : '';
    5454        $end_time = isset( $instance['end_time'] ) ? esc_attr( $instance['end_time'] ) : '';
    5555        $mon = is_string( $instance[ 'monday' ] ) ? esc_attr( $instance[ 'monday' ] ) : '1';
Note: See TracChangeset for help on using the changeset viewer.