Make WordPress Core

Changeset 53516


Ignore:
Timestamp:
06/16/2022 11:37:29 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in the Taxonomy Administration API.

See #55646.

File:
1 edited

Legend:

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

    r53216 r53516  
    1212
    1313/**
    14  * Check whether a category exists.
     14 * Checks whether a category exists.
    1515 *
    1616 * @since 2.0.0
     
    3131
    3232/**
    33  * Get category object for given ID and 'edit' filter context.
     33 * Gets category object for given ID and 'edit' filter context.
    3434 *
    3535 * @since 2.0.0
     
    4545
    4646/**
    47  * Add a new category to the database if it does not already exist.
     47 * Adds a new category to the database if it does not already exist.
    4848 *
    4949 * @since 2.0.0
     
    6868
    6969/**
    70  * Create categories for the given post.
     70 * Creates categories for the given post.
    7171 *
    7272 * @since 2.0.0
     
    211211
    212212/**
    213  * Check whether a post tag with a given name exists.
     213 * Checks whether a post tag with a given name exists.
    214214 *
    215215 * @since 2.3.0
     
    225225
    226226/**
    227  * Add a new tag to the database if it does not already exist.
     227 * Adds a new tag to the database if it does not already exist.
    228228 *
    229229 * @since 2.3.0
     
    237237
    238238/**
    239  * Get comma-separated list of tags available to edit.
     239 * Gets comma-separated list of tags available to edit.
    240240 *
    241241 * @since 2.3.0
     
    250250
    251251/**
    252  * Get comma-separated list of terms available to edit for the given post ID.
     252 * Gets comma-separated list of terms available to edit for the given post ID.
    253253 *
    254254 * @since 2.8.0
     
    299299
    300300/**
    301  * Add a new term to the database if it does not already exist.
     301 * Adds a new term to the database if it does not already exist.
    302302 *
    303303 * @since 2.8.0
Note: See TracChangeset for help on using the changeset viewer.