Changeset 37431 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37288 r37431 2467 2467 2468 2468 /** 2469 * Ajax handler for saving backward scompatible attachment attributes.2469 * Ajax handler for saving backward compatible attachment attributes. 2470 2470 * 2471 2471 * @since 3.5.0 … … 2553 2553 * 2554 2554 * Generates the HTML to send an attachment to the editor. 2555 * Backward scompatible with the media_send_to_editor filter2555 * Backward compatible with the media_send_to_editor filter 2556 2556 * and the chain of filters that follow. 2557 2557 * … … 2618 2618 * Generates the HTML to send a non-image embed link to the editor. 2619 2619 * 2620 * Backward scompatible with the following filters:2620 * Backward compatible with the following filters: 2621 2621 * - file_send_to_editor_url 2622 2622 * - audio_send_to_editor_url
Note: See TracChangeset
for help on using the changeset viewer.