We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487342b commit dc28144Copy full SHA for dc28144
app/main/RTMedia.php
@@ -1243,7 +1243,7 @@ public function wp67_compatibility_scripts() {
1243
// Enqueue jQuery Migrate for WordPress 6.7+ compatibility
1244
if ( version_compare( $wp_version, '6.7', '>=' ) ) {
1245
if ( wp_script_is( 'jquery', 'enqueued' ) && ! wp_script_is( 'jquery-migrate', 'enqueued' ) ) {
1246
- wp_enqueue_script( 'jquery-migrate' );
+ wp_enqueue_script( 'jquery-migrate' );
1247
}
1248
1249
0 commit comments