Make WordPress Core

Changeset 48677


Ignore:
Timestamp:
07/28/2020 06:14:03 PM (6 years ago)
Author:
desrosj
Message:

Upgrade/Install: Clarify the descriptions for install_(plugin|theme)_overwrite_actions.

See #9757.

Location:
trunk/src/wp-admin/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-plugin-installer-skin.php

    r48676 r48677  
    326326
    327327                /**
    328                  * Filters the list of action links available following a single plugin installation failed but overwrite is allowed.
     328                 * Filters the list of action links available following a single plugin installation
     329                 * failure when overwriting is allowed.
    329330                 *
    330331                 * @since 5.5.0
  • trunk/src/wp-admin/includes/class-theme-installer-skin.php

    r48676 r48677  
    359359
    360360                /**
    361                  * Filters the list of action links available following a single theme installation failed but overwrite is allowed.
     361                 * Filters the list of action links available following a single theme installation
     362                 * failure when overwriting is allowed.
    362363                 *
    363364                 * @since 5.5.0
Note: See TracChangeset for help on using the changeset viewer.