diff --git a/wp-admin/js/common.js b/wp-admin/js/common.js index e43079bd4c..867f111999 100644 --- a/wp-admin/js/common.js +++ b/wp-admin/js/common.js @@ -897,7 +897,7 @@ $document.ready( function() { /** * @summary Get the viewport width. * - * @since 4.7 + * @since 4.7.0 * * @returns {number|boolean} The current viewport width or false if the * browser doesn't support innerWidth (IE < 9). @@ -919,7 +919,7 @@ $document.ready( function() { * Sets the global variable `menuState` and triggers a custom event passing * the current menu state. * - * @since 4.7 + * @since 4.7.0 * * @returns {void} */ @@ -947,7 +947,7 @@ $document.ready( function() { * `aria-label` attributes of the button to give feedback to assistive * technologies. In the responsive view, the button is always hidden. * - * @since 4.7 + * @since 4.7.0 * * @returns {void} */ diff --git a/wp-admin/js/tags-suggest.js b/wp-admin/js/tags-suggest.js index 7323a35f28..a678bdc511 100644 --- a/wp-admin/js/tags-suggest.js +++ b/wp-admin/js/tags-suggest.js @@ -26,7 +26,7 @@ * The taxonomy can be passed in a `data-wp-taxonomy` attribute on the element or * can be in `options.taxonomy`. * - * @since 4.7 + * @since 4.7.0 * * @param {object} options Options that are passed to UI Autocomplete. Can be used to override the default settings. * @returns {object} jQuery instance. diff --git a/wp-includes/js/customize-selective-refresh.js b/wp-includes/js/customize-selective-refresh.js index a106711749..75006a7a99 100644 --- a/wp-includes/js/customize-selective-refresh.js +++ b/wp-includes/js/customize-selective-refresh.js @@ -103,7 +103,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { /** * Create and show the edit shortcut for a given partial placement container. * - * @since 4.7 + * @since 4.7.0 * * @param {Placement} placement The placement container element. * @returns {void} @@ -131,7 +131,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { /** * Add an edit shortcut to the placement container. * - * @since 4.7 + * @since 4.7.0 * * @param {Placement} placement The placement for the partial. * @param {jQuery} $editShortcut The shortcut element as a jQuery object. @@ -148,7 +148,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { /** * Return the unique class name for the edit shortcut button for this partial. * - * @since 4.7 + * @since 4.7.0 * * @return {string} Partial ID converted into a class name for use in shortcut. */ @@ -161,7 +161,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { /** * Return the appropriate translated string for the edit shortcut button. * - * @since 4.7 + * @since 4.7.0 * * @return {string} Tooltip for edit shortcut. */ @@ -186,7 +186,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { * * Will use `params.type` if set, but otherwise will try to infer type from settingId. * - * @since 4.7 + * @since 4.7.0 * * @return {string} Type of partial derived from type param or the related setting ID. */ @@ -208,7 +208,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { /** * Create an edit shortcut button for this partial. * - * @since 4.7 + * @since 4.7.0 * * @return {jQuery} The edit shortcut button element. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 6b3b87cae5..2f28819e81 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta4-39280'; +$wp_version = '4.7-beta4-39281'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.