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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user