Changeset 57785 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/06/2024 05:04:00 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r57755 r57785 275 275 * @since 3.1.0 276 276 * 277 * @global WP_Embed $wp_embed 277 * @global WP_Embed $wp_embed WordPress Embed object. 278 278 */ 279 279 function wp_ajax_oembed_cache() { … … 3382 3382 * 3383 3383 * @global WP_Post $post Global post object. 3384 * @global WP_Embed $wp_embed 3384 * @global WP_Embed $wp_embed WordPress Embed object. 3385 3385 */ 3386 3386 function wp_ajax_send_link_to_editor() { … … 3734 3734 * @since 4.0.0 3735 3735 * 3736 * @global WP_Post $post Global post object.3737 * @global WP_Embed $wp_embed Embed API instance.3736 * @global WP_Post $post Global post object. 3737 * @global WP_Embed $wp_embed WordPress Embed object. 3738 3738 * @global WP_Scripts $wp_scripts 3739 3739 * @global int $content_width
Note: See TracChangeset
for help on using the changeset viewer.