Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r47088 r47122  
    264264
    265265//
    266 // Dashboard Widgets
     266// Dashboard Widgets.
    267267//
    268268
     
    11171117
    11181118//
    1119 // Dashboard Widgets Controls
     1119// Dashboard Widgets Controls.
    11201120//
    11211121
     
    16281628     * @param array  $response An array containing web browser information. See `wp_check_browser_version()`.
    16291629     */
    1630     echo apply_filters( 'browse-happy-notice', $notice, $response );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
     1630    echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    16311631}
    16321632
Note: See TracChangeset for help on using the changeset viewer.