Coding Standards: Fix WPCS issue in [46763].

See #48777.

git-svn-id: https://develop.svn.wordpress.org/trunk@46764 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-11-23 19:19:57 +00:00
parent fec3976927
commit 29ff549800

View File

@ -25,9 +25,9 @@ if ( ! current_user_can( 'update_core' ) && ! current_user_can( 'update_themes'
/**
* Lists available core updates.
*
*
* @since 2.7.0
*
*
* @global string $wp_local_package
* @global wpdb $wpdb WordPress database abstraction object.
*