Changeset 1335335
- Timestamp:
- 01/25/2016 07:51:39 AM (10 years ago)
- File:
-
- 1 edited
-
typed/trunk/typed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
typed/trunk/typed.php
r1335209 r1335335 338 338 if (isset($_POST['typed_strings'])){ 339 339 $_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']); 341 341 } 342 342
Note: See TracChangeset
for help on using the changeset viewer.