Make WordPress Core


Ignore:
Timestamp:
10/02/2018 04:22:46 PM (6 years ago)
Author:
pento
Message:

Docs: Replace incorrect usage of "who's" with "whose".

Whom can say who's "whose" is who's? Is it a Who that Horton heard? Maybe it's The Who whose "who" knowledge will hook whomever hoots "who's" instead of "whose".

Hoot. Hoot.

Props Hafiz.
Fixes #45026.

File:
1 edited

Legend:

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

    r43571 r43665  
    14831483 * @since 2.7.0
    14841484 *
    1485  * @param string $page Slug title of the admin page who's settings fields you want to show.
    1486  * @param string $section Slug title of the settings section who's fields you want to show.
     1485 * @param string $page Slug title of the admin page whose settings fields you want to show.
     1486 * @param string $section Slug title of the settings section whose fields you want to show.
    14871487 */
    14881488function do_settings_fields( $page, $section ) {
     
    15691569 * @global array $wp_settings_errors Storage array of errors registered during this pageload
    15701570 *
    1571  * @param string $setting Optional slug title of a specific setting who's errors you want.
     1571 * @param string $setting Optional slug title of a specific setting whose errors you want.
    15721572 * @param boolean $sanitize Whether to re-sanitize the setting value before returning errors.
    15731573 * @return array Array of settings errors
     
    16321632 * @since 3.0.0
    16331633 *
    1634  * @param string $setting        Optional slug title of a specific setting who's errors you want.
     1634 * @param string $setting        Optional slug title of a specific setting whose errors you want.
    16351635 * @param bool   $sanitize       Whether to re-sanitize the setting value before returning errors.
    16361636 * @param bool   $hide_on_update If set to true errors will not be shown if the settings page has
Note: See TracChangeset for help on using the changeset viewer.