mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Correct typo in JSDoc for wp.updates.decrementCount
Props mt8.biz. Fixes #33363. git-svn-id: https://develop.svn.wordpress.org/trunk@33638 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
32a2e5ed48
commit
9b37cc043c
@ -93,7 +93,7 @@ window.wp = window.wp || {};
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
* @param {string} updateType
|
||||
* @param {string} upgradeType
|
||||
*/
|
||||
wp.updates.decrementCount = function( upgradeType ) {
|
||||
var count,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user