Changeset 38307 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r38294 r38307 619 619 * @param string $upload_iframe_src The upload iframe source URL by type. 620 620 */ 621 $upload_iframe_src = apply_filters( $type . '_upload_iframe_src', $upload_iframe_src );621 $upload_iframe_src = apply_filters( "{$type}_upload_iframe_src", $upload_iframe_src ); 622 622 623 623 return add_query_arg('TB_iframe', true, $upload_iframe_src); … … 787 787 * @param string $title Media title. 788 788 */ 789 $html = apply_filters( $type . '_send_to_editor_url', $html, esc_url_raw( $src ), $title );789 $html = apply_filters( "{$type}_send_to_editor_url", $html, esc_url_raw( $src ), $title ); 790 790 } else { 791 791 $align = '';
Note: See TracChangeset
for help on using the changeset viewer.