Changeset 56245 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/17/2023 01:16:14 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r56174 r56245 3854 3854 ); 3855 3855 3856 if ( str pos( $parsed, 'class="wp-embedded-content' ) ) {3856 if ( str_contains( $parsed, 'class="wp-embedded-content' ) ) { 3857 3857 if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) { 3858 3858 $script_src = includes_url( 'js/wp-embed.js' );
Note: See TracChangeset
for help on using the changeset viewer.