diff --git a/wp-includes/js/wp-a11y.js b/wp-includes/js/wp-a11y.js index 07723b8573..14f419a06b 100644 --- a/wp-includes/js/wp-a11y.js +++ b/wp-includes/js/wp-a11y.js @@ -15,7 +15,7 @@ window.wp = window.wp || {}; * * @param {String} message The message to be announced by Assistive Technologies. * @param {String} ariaLive Optional. The politeness level for aria-live. Possible values: - * polite or assertive. Default polite. + * polite or assertive. Default polite. */ function speak( message, ariaLive ) { // Clear previous messages to allow repeated strings being read out. @@ -33,8 +33,7 @@ window.wp = window.wp || {}; * * @since 4.3.0 * - * @param {String} id The id attribute for the live region. - * @param {String} ariaLive Optional Value for the 'aria-live' attribute, default 'polite'. + * @param {String} ariaLive Optional. Value for the 'aria-live' attribute, default 'polite'. * * @return {Object} $container The ARIA live region jQuery object. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 2003209de7..94d93ec46f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33200'; +$wp_version = '4.3-beta2-33201'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.