Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48573 r48574  
    17961796 * @global array $wp_settings_errors Storage array of errors registered during this pageload
    17971797 *
    1798  * @param string $setting Optional slug title of a specific setting whose errors you want.
    1799  * @param boolean $sanitize Whether to re-sanitize the setting value before returning errors.
     1798 * @param string $setting  Optional. Slug title of a specific setting whose errors you want.
     1799 * @param bool   $sanitize Optional. Whether to re-sanitize the setting value before returning errors.
    18001800 * @return array Array of settings errors.
    18011801 */
Note: See TracChangeset for help on using the changeset viewer.