Make WordPress Core

Ticket #47424: update-description.diff

File update-description.diff, 823 bytes (added by ajayghaghretiya1, 5 years ago)

Updated the description for the other functions in the update-core.php file.

  • src/wp-admin/update-core.php

     
    138138}
    139139
    140140/**
     141 * Display dismissed updates
     142 *
    141143 * @since 2.7.0
    142144 */
    143145function dismissed_updates() {
     
    392394}
    393395
    394396/**
     397 * Listing the theme updates
     398 *
    395399 * @since 2.9.0
    396400 */
    397401function list_theme_updates() {
     
    475479}
    476480
    477481/**
     482 * Listing the translation updates
     483 *
    478484 * @since 3.7.0
    479485 */
    480486function list_translation_updates() {
     
    590596}
    591597
    592598/**
     599 * Dismiss the core updates
     600 *
    593601 * @since 2.7.0
    594602 */
    595603function do_dismiss_core_update() {
     
    605613}
    606614
    607615/**
     616 * Undismiss the core updates
     617 *
    608618 * @since 2.7.0
    609619 */
    610620function do_undismiss_core_update() {