Skip to content

Commit dc28144

Browse files
Update app/main/RTMedia.php
Co-authored-by: Copilot <[email protected]>
1 parent 487342b commit dc28144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/RTMedia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ public function wp67_compatibility_scripts() {
12431243
// Enqueue jQuery Migrate for WordPress 6.7+ compatibility
12441244
if ( version_compare( $wp_version, '6.7', '>=' ) ) {
12451245
if ( wp_script_is( 'jquery', 'enqueued' ) && ! wp_script_is( 'jquery-migrate', 'enqueued' ) ) {
1246-
wp_enqueue_script( 'jquery-migrate' );
1246+
wp_enqueue_script( 'jquery-migrate' );
12471247
}
12481248
}
12491249
}

0 commit comments

Comments
 (0)