mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Docs: Add missing function documentation for list_plugin_updates()
.
Introduced in [9543]. Props priyankkpatel, mukesh27. Fixes #47424. Built from https://develop.svn.wordpress.org/trunk@45480 git-svn-id: http://core.svn.wordpress.org/trunk@45291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
012d05f5c0
commit
349d95f27a
@ -241,6 +241,11 @@ function core_upgrade_preamble() {
|
||||
dismissed_updates();
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the upgrade plugins form.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*/
|
||||
function list_plugin_updates() {
|
||||
$wp_version = get_bloginfo( 'version' );
|
||||
$cur_wp_version = preg_replace( '/-.*$/', '', $wp_version );
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45479';
|
||||
$wp_version = '5.3-alpha-45480';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user