Changeset 46696 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r46685 r46696 409 409 * Default false. 410 410 * } 411 * @return WP_Error|void WP_Error, if errors.411 * @return void|WP_Error Void on success, WP_Error object on failure. 412 412 */ 413 413 function register_taxonomy( $taxonomy, $object_type, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.