Make WordPress Core

Changeset 54412


Ignore:
Timestamp:
10/07/2022 12:07:09 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Various docblock fixes in global-styles-and-settings.php, as per documentation standards.

Follow-up to [54408].

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/global-styles-and-settings.php

    r54408 r54412  
    77
    88/**
    9  * Function to get the settings resulting of merging core, theme, and user data.
     9 * Gets the settings resulting of merging core, theme, and user data.
    1010 *
    1111 * @since 5.9.0
     
    2222 *                              If empty or unknown, 'all' is used.
    2323 * }
    24  *
    2524 * @return array The settings to retrieve.
    2625 */
     
    4140
    4241/**
    43  * Function to get the styles resulting of merging core, theme, and user data.
     42 * Gets the styles resulting of merging core, theme, and user data.
    4443 *
    4544 * @since 5.9.0
     
    5655 *                              If empty or unknown, 'all' is used.
    5756 * }
    58  *
    5957 * @return array The styles to retrieve.
    6058 */
     
    8381 *                     If empty, it'll load all for themes with theme.json support
    8482 *                     and only [ 'variables', 'presets' ] for themes without theme.json support.
    85  *
    8683 * @return string Stylesheet.
    8784 */
Note: See TracChangeset for help on using the changeset viewer.