Ticket #16310: 16310.diff
File 16310.diff, 1015 bytes (added by , 14 years ago) |
---|
-
wp-includes/taxonomy.php
385 385 * Above, the first default value is for non-hierarchical taxonomies (like tags) and the second one is for hierarchical taxonomies (like categories.) 386 386 * 387 387 * @since 3.0.0 388 * @access private 389 * 388 390 * @param object $tax Taxonomy object 389 391 * @return object object with all the labels as member variables 390 392 */ -
wp-includes/post.php
1142 1142 * Above, the first default value is for non-hierarchical post types (like posts) and the second one is for hierarchical post types (like pages). 1143 1143 * 1144 1144 * @since 3.0.0 1145 * @access private 1146 * 1145 1147 * @param object $post_type_object 1146 1148 * @return object object with all the labels as member variables 1147 1149 */