diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 0585db0126..7617812f97 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -1024,7 +1024,11 @@ final class _WP_Editors { } /** + * Returns the TinyMCE locale. + * * @since 4.8.0 + * + * @return string */ public static function get_mce_locale() { if ( empty( self::$mce_locale ) ) { @@ -1036,7 +1040,11 @@ final class _WP_Editors { } /** + * Returns the TinyMCE base URL. + * * @since 4.8.0 + * + * @return string */ public static function get_baseurl() { if ( empty( self::$baseurl ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 12cbf22f71..0346390d46 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47022'; +$wp_version = '5.4-alpha-47023'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.