Make WordPress Core

Changeset 45480


Ignore:
Timestamp:
05/30/2019 03:09:32 PM (5 years ago)
Author:
desrosj
Message:

Docs: Add missing function documentation for list_plugin_updates().

Introduced in [9543].

Props priyankkpatel, mukesh27.
Fixes #47424.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r45357 r45480  
    242242}
    243243
     244/**
     245 * Display the upgrade plugins form.
     246 *
     247 * @since 2.7.0
     248 */
    244249function list_plugin_updates() {
    245250    $wp_version     = get_bloginfo( 'version' );
Note: See TracChangeset for help on using the changeset viewer.