Make WordPress Core

Ticket #35553: ticket_35553.diff

File ticket_35553.diff, 418 bytes (added by dotancohen, 10 years ago)

Diff file which resolves the issue.

  • (a) a vs. (b) b

    a b  
    161161 * It appears that this function can be used to find all of the names inside of
    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 *
    167167 * @since 2.3.0