Changeset 36377 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/22/2016 02:40:10 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36348 r36377 162 162 * $wp_taxonomies global variable. 163 163 * 164 * ` <?php $taxonomies = get_object_taxonomies('post'); ?>` Should164 * `$taxonomies = get_object_taxonomies( 'post' )` Should 165 165 * result in `Array( 'category', 'post_tag' )` 166 166 *
Note: See TracChangeset
for help on using the changeset viewer.