Make WordPress Core

Changeset 46161


Ignore:
Timestamp:
09/17/2019 08:42:57 PM (5 years ago)
Author:
desrosj
Message:

Docs: Add missing descriptions for functions in wp-admin/update-core.php.

Also, fix the @since annotation added in [45480] to include the correct version.

Props SergeyBiryukov, ajayghaghretiya1.
Fixes #47424.

File:
1 edited

Legend:

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

    r45932 r46161  
    173173
    174174/**
     175 * Display dismissed updates.
     176 *
    175177 * @since 2.7.0
    176178 */
     
    286288 * Display the upgrade plugins form.
    287289 *
    288  * @since 2.7.0
     290 * @since 2.9.0
    289291 */
    290292function list_plugin_updates() {
     
    435437
    436438/**
     439 * Display the upgrade themes form.
     440 *
    437441 * @since 2.9.0
    438442 */
     
    515519
    516520/**
     521 * Display the update translations form.
     522 *
    517523 * @since 3.7.0
    518524 */
     
    645651
    646652/**
     653 * Dismiss a core update.
     654 *
    647655 * @since 2.7.0
    648656 */
     
    660668
    661669/**
     670 * Undismiss a core update.
     671 *
    662672 * @since 2.7.0
    663673 */
Note: See TracChangeset for help on using the changeset viewer.