Make WordPress Core


Ignore:
Timestamp:
01/22/2016 02:40:10 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove redundant PHP tags from get_object_taxonomies() description.

Props dotancohen.
Fixes #35553.

File:
1 edited

Legend:

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

    r36348 r36377  
    162162 * $wp_taxonomies global variable.
    163163 *
    164  * `<?php $taxonomies = get_object_taxonomies('post'); ?>` Should
     164 * `$taxonomies = get_object_taxonomies( 'post' )` Should
    165165 * result in `Array( 'category', 'post_tag' )`
    166166 *
Note: See TracChangeset for help on using the changeset viewer.