Changeset 20436 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 04/11/2012 08:08:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r20287 r20436 392 392 * - parent_item_colon - The same as <code>parent_item</code>, but with colon <code>:</code> in the end 393 393 * - edit_item - Default is Edit Tag/Edit Category 394 * - view_item - Default is View Tag/View Category 394 395 * - update_item - Default is Update Tag/Update Category 395 396 * - add_new_item - Default is Add New Tag/Add New Category 396 397 * - new_item_name - Default is New Tag Name/New Category Name 397 * - separate_items_with_commas - This string isn't used on hierarchical taxonomies. Default is "Separate tags with commas ,"used in the meta box.398 * - add_or_remove_items - This string isn't used on hierarchical taxonomies. Default is "Add or remove tags ,"used in the meta box when JavaScript is disabled.399 * - choose_from_most_used - This string isn't used on hierarchical taxonomies. Default is "Choose from the most used tags ,"used in the meta box.400 * 401 * Above, the first default value is for non-hierarchical taxonomies (like tags) and the second one is for hierarchical taxonomies (like categories .)398 * - separate_items_with_commas - This string isn't used on hierarchical taxonomies. Default is "Separate tags with commas", used in the meta box. 399 * - add_or_remove_items - This string isn't used on hierarchical taxonomies. Default is "Add or remove tags", used in the meta box when JavaScript is disabled. 400 * - choose_from_most_used - This string isn't used on hierarchical taxonomies. Default is "Choose from the most used tags", used in the meta box. 401 * 402 * Above, the first default value is for non-hierarchical taxonomies (like tags) and the second one is for hierarchical taxonomies (like categories). 402 403 * 403 404 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.