diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 58eacc0455..c7da87ed96 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -473,7 +473,7 @@ function twentyseventeen_scripts() { wp_style_add_data( 'twentyseventeen-ie8', 'conditional', 'lt IE 9' ); // Register the html5 shiv. - wp_register_style( 'html5', get_theme_file_uri( '/assets/js/html5.js' ), array(), '20161020' ); + wp_register_script( 'html5', get_theme_file_uri( '/assets/js/html5.js' ), array(), '20161020' ); wp_script_add_data( 'html5', 'conditional', 'lt IE 9' ); // Skip-link fix is no longer enqueued by default. diff --git a/wp-includes/version.php b/wp-includes/version.php index cd13e0f2cd..c789734a88 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56187'; +$wp_version = '6.3-beta3-56188'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.