Make WordPress Core

Ticket #16310: 16310.diff

File 16310.diff, 1015 bytes (added by nacin, 14 years ago)
  • wp-includes/taxonomy.php

     
    385385 * Above, the first default value is for non-hierarchical taxonomies (like tags) and the second one is for hierarchical taxonomies (like categories.)
    386386 *
    387387 * @since 3.0.0
     388 * @access private
     389 *
    388390 * @param object $tax Taxonomy object
    389391 * @return object object with all the labels as member variables
    390392 */
  • wp-includes/post.php

     
    11421142 * Above, the first default value is for non-hierarchical post types (like posts) and the second one is for hierarchical post types (like pages).
    11431143 *
    11441144 * @since 3.0.0
     1145 * @access private
     1146 *
    11451147 * @param object $post_type_object
    11461148 * @return object object with all the labels as member variables
    11471149 */