Changeset 39600 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 12/14/2016 04:17:38 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r39326 r39600 2703 2703 2704 2704 /** This filter is documented in wp-admin/includes/media.php */ 2705 $html = apply_filters( $type . '_send_to_editor_url', $html, $src, $link_text );2705 $html = apply_filters( "{$type}_send_to_editor_url", $html, $src, $link_text ); 2706 2706 2707 2707 wp_send_json_success( $html );
Note: See TracChangeset
for help on using the changeset viewer.