Ticket #19795: register_tax_for_object_type_doc.diff
| File register_tax_for_object_type_doc.diff, 523 bytes (added by transom, 17 months ago) |
|---|
-
taxonomy.php
427 427 * @uses $wp_taxonomies Modifies taxonomy object 428 428 * 429 429 * @param string $taxonomy Name of taxonomy object 430 * @param array|string $object_type Name of the object type430 * @param string $object_type Name of the object type 431 431 * @return bool True if successful, false if not 432 432 */ 433 433 function register_taxonomy_for_object_type( $taxonomy, $object_type) {
