Make WordPress Core

Changeset 34404


Ignore:
Timestamp:
09/22/2015 01:22:38 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify the file header summary for wp-includes/taxonomy.php, the top-level file for the core Taxonomy API.

See #33413. See #33701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r33760 r34404  
    11<?php
    22/**
    3  * Taxonomy API
    4  *
    5  * @since 2.3.0
     3 * Core Taxonomy API
    64 *
    75 * @package WordPress
    86 * @subpackage Taxonomy
     7 * @since 2.3.0
    98 */
    109
     10/** Core taxonomy functionality */
    1111require_once( ABSPATH . WPINC . '/taxonomy-functions.php' );
     12
     13/** WP_Tax_Query class */
    1214require_once( ABSPATH . WPINC . '/class-wp-tax-query.php' );
Note: See TracChangeset for help on using the changeset viewer.