Changeset 15348
- Timestamp:
- 06/29/2010 02:10:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r15269 r15348 2532 2532 $feeds = array(); 2533 2533 2534 $hierarchical_post_types = apply_filters( 'hierarchical_post_types', array( 'page') );2534 $hierarchical_post_types = get_post_types( array('hierarchical' => true) ); 2535 2535 if ( 'attachment' == $post_type ) { 2536 2536 // Attachment slugs must be unique across all types.
Note: See TracChangeset
for help on using the changeset viewer.