Make WordPress Core

Changeset 51313


Ignore:
Timestamp:
07/02/2021 06:58:55 PM (3 years ago)
Author:
desrosj
Message:

Docs: Adjust wp_dashboard_browser_nag() DocBlock per the documentation standards.

Follow-up to [51117], [51119], [51120].

Props SergeyBiryukov.
Merges [51282] to the 5.8 branch.
See #52628, #53461.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-admin/includes/dashboard.php

    r51247 r51313  
    16591659 *
    16601660 * @since 3.2.0
    1661  * @since 5.8.0 Display special message for Internet Explorer users.
     1661 * @since 5.8.0 Added a special message for Internet Explorer users.
    16621662 *
    16631663 * @global bool $is_IE
    1664  *
    16651664 */
    16661665function wp_dashboard_browser_nag() {
Note: See TracChangeset for help on using the changeset viewer.