Plugin Directory

Changeset 1335335


Ignore:
Timestamp:
01/25/2016 07:51:39 AM (10 years ago)
Author:
zonnix
Message:

push version 1.1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • typed/trunk/typed.php

    r1335209 r1335335  
    338338                if (isset($_POST['typed_strings'])){
    339339                    $_POST['typed_strings'] = array_map( 'esc_attr', $_POST['typed_strings'] );               
    340                     update_post_meta($post_id, 'typed_strings', esc_attr($_POST['typed_strings']));
     340                    update_post_meta($post_id, 'typed_strings', $_POST['typed_strings']);
    341341                }
    342342               
Note: See TracChangeset for help on using the changeset viewer.