mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Docs: All sorts of improvements and corrections to function and hook docs.
See #57840 git-svn-id: https://develop.svn.wordpress.org/trunk@55694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -281,6 +281,7 @@ final class WP_Taxonomy {
|
||||
* @param string $taxonomy Taxonomy key, must not exceed 32 characters.
|
||||
* @param array|string $object_type Name of the object type for the taxonomy object.
|
||||
* @param array|string $args Optional. Array or query string of arguments for registering a taxonomy.
|
||||
* See register_taxonomy() for information on accepted arguments.
|
||||
* Default empty array.
|
||||
*/
|
||||
public function __construct( $taxonomy, $object_type, $args = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user