Ticket #35553: ticket_35553.diff
| File ticket_35553.diff, 418 bytes (added by , 10 years ago) |
|---|
-
(a) a vs. (b) b
a b 161 161 * It appears that this function can be used to find all of the names inside of 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 * 167 167 * @since 2.3.0