Make WordPress Core


Ignore:
Timestamp:
04/24/2023 04:35:17 PM (22 months ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props laurentmagnin, pouicpouic, jbcouton, audrasjb.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r55363 r55681  
    2121
    2222    /**
    23      * Add content to the postbox shown when editing the privacy policy.
     23     * Adds content to the postbox shown when editing the privacy policy.
    2424     *
    2525     * Plugins and themes should suggest text for inclusion in the site's privacy policy.
     
    5050
    5151    /**
    52      * Quick check if any privacy info has changed.
     52     * Performs a quick check to determine whether any privacy info has changed.
    5353     *
    5454     * @since 4.9.6
     
    124124
    125125    /**
    126      * Output a warning when some privacy info has changed.
     126     * Outputs a warning when some privacy info has changed.
    127127     *
    128128     * @since 4.9.6
     
    155155
    156156    /**
    157      * Update the cached policy info when the policy page is updated.
     157     * Updates the cached policy info when the policy page is updated.
    158158     *
    159159     * @since 4.9.6
     
    204204
    205205    /**
    206      * Check for updated, added or removed privacy policy information from plugins.
     206     * Checks for updated, added or removed privacy policy information from plugins.
    207207     *
    208208     * Caches the current info in post_meta of the policy page.
     
    302302
    303303    /**
    304      * Add a notice with a link to the guide when editing the privacy policy page.
     304     * Adds a notice with a link to the guide when editing the privacy policy page.
    305305     *
    306306     * @since 4.9.6
     
    373373
    374374    /**
    375      * Output the privacy policy guide together with content from the theme and plugins.
     375     * Outputs the privacy policy guide together with content from the theme and plugins.
    376376     *
    377377     * @since 4.9.6
     
    442442
    443443    /**
    444      * Return the default suggested privacy policy content.
     444     * Returns the default suggested privacy policy content.
    445445     *
    446446     * @since 4.9.6
     
    691691
    692692    /**
    693      * Add the suggested privacy policy text to the policy postbox.
     693     * Adds the suggested privacy policy text to the policy postbox.
    694694     *
    695695     * @since 4.9.6
Note: See TracChangeset for help on using the changeset viewer.