mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
Docs: Improve JSDoc for admin-bar.js
.
Change an incorrect type and description after [43332]. Props afercia. See #43871. Built from https://develop.svn.wordpress.org/trunk@43341 git-svn-id: http://core.svn.wordpress.org/trunk@43169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a449ac386e
commit
ba9e0ac030
@ -409,7 +409,7 @@ if ( typeof(jQuery) != 'undefined' ) {
|
|||||||
*
|
*
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @param {HTMLElement} e The HTML element.
|
* @param {Object} e The click event.
|
||||||
*
|
*
|
||||||
* @return {boolean} Returns false to prevent default click behavior.
|
* @return {boolean} Returns false to prevent default click behavior.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43340';
|
$wp_version = '5.0-alpha-43341';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user