Make WordPress Core

Changeset 48903


Ignore:
Timestamp:
08/28/2020 02:36:39 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct formatting of the auto_theme_update_send_email filter DocBlock.

Synchronize description of the $enabled parameter with the auto_plugin_update_send_email filter.

Follow-up to [48889].

See #50768, #50988.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r48888 r48903  
    890890                 *
    891891                 * @since 5.5.0
    892                  * @since 5.5.1 Added the $update_results parameter.
    893                  *
    894                  * @param bool  $enabled        True if plugins notifications are enabled, false otherwise.
     892                 * @since 5.5.1 Added the `$update_results` parameter.
     893                 *
     894                 * @param bool  $enabled        True if plugin update notifications are enabled, false otherwise.
    895895                 * @param array $update_results The results of plugins update tasks.
    896896                 */
     
    911911                 *
    912912                 * @since 5.5.0
    913                  * @since 5.5.1 Added the $update_results parameter.
    914                  *
    915                  * @param bool  $enabled True if notifications are enabled, false otherwise.
     913                 * @since 5.5.1 Added the `$update_results` parameter.
     914                 *
     915                 * @param bool  $enabled        True if theme update notifications are enabled, false otherwise.
    916916                 * @param array $update_results The results of theme update tasks.
    917917                 */
Note: See TracChangeset for help on using the changeset viewer.