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 cfc8b7d commit 2383cb6Copy full SHA for 2383cb6
php/class-block-types.php
@@ -144,8 +144,8 @@ public function enqueue_block_editor_assets() {
144
}
145
146
147
- // Enqueue RichText polyfills if WP version is less than 5.2.
148
- if ( version_compare( get_bloginfo( 'version' ), '5.2', '<=' ) ) {
+ // Enqueue RichText polyfills if WP version is less than 5.3.
+ if ( version_compare( get_bloginfo( 'version' ), '5.3', '<' ) ) {
149
wp_enqueue_script(
150
'material-block-editor-polyfills',
151
$this->plugin->asset_url( 'assets/js/polyfills.js' ),
0 commit comments