mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-02 15:10:29 +00:00
See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34404 602fd350-edb4-49c9-b593-d223f7449a82
15 lines
285 B
PHP
15 lines
285 B
PHP
<?php
|
|
/**
|
|
* Core Taxonomy API
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Taxonomy
|
|
* @since 2.3.0
|
|
*/
|
|
|
|
/** Core taxonomy functionality */
|
|
require_once( ABSPATH . WPINC . '/taxonomy-functions.php' );
|
|
|
|
/** WP_Tax_Query class */
|
|
require_once( ABSPATH . WPINC . '/class-wp-tax-query.php' );
|