Changeset 53516
- Timestamp:
- 06/16/2022 11:37:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r53216 r53516 12 12 13 13 /** 14 * Check whether a category exists.14 * Checks whether a category exists. 15 15 * 16 16 * @since 2.0.0 … … 31 31 32 32 /** 33 * Get category object for given ID and 'edit' filter context.33 * Gets category object for given ID and 'edit' filter context. 34 34 * 35 35 * @since 2.0.0 … … 45 45 46 46 /** 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. 48 48 * 49 49 * @since 2.0.0 … … 68 68 69 69 /** 70 * Create categories for the given post.70 * Creates categories for the given post. 71 71 * 72 72 * @since 2.0.0 … … 211 211 212 212 /** 213 * Check whether a post tag with a given name exists.213 * Checks whether a post tag with a given name exists. 214 214 * 215 215 * @since 2.3.0 … … 225 225 226 226 /** 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. 228 228 * 229 229 * @since 2.3.0 … … 237 237 238 238 /** 239 * Get comma-separated list of tags available to edit.239 * Gets comma-separated list of tags available to edit. 240 240 * 241 241 * @since 2.3.0 … … 250 250 251 251 /** 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. 253 253 * 254 254 * @since 2.8.0 … … 299 299 300 300 /** 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. 302 302 * 303 303 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.