Changeset 23729 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/16/2013 05:25:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r23699 r23729 2020 2020 $title = ''; // We no longer insert title tags into <img> tags, as they are redundant. 2021 2021 $html = get_image_send_to_editor( $id, $caption, $title, $align, $url, (bool) $rel, $size, $alt ); 2022 } elseif ( 'video' === substr( $post->post_mime_type, 0, 5 ) || 'audio' === substr( $post->post_mime_type, 0, 5 ) ) { 2023 $html = stripslashes_deep( $_POST['html'] ); 2022 2024 } 2023 2025
Note: See TracChangeset
for help on using the changeset viewer.