Changeset 32545 for trunk/src/wp-includes/post.php
- Timestamp:
- 05/22/2015 05:46:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r32524 r32545 1756 1756 global $_wp_post_type_features; 1757 1757 1758 if ( isset( $_wp_post_type_features[$post_type][$feature] ) ) 1759 unset( $_wp_post_type_features[$post_type][$feature] ); 1758 unset( $_wp_post_type_features[ $post_type ][ $feature ] ); 1760 1759 } 1761 1760
Note: See TracChangeset
for help on using the changeset viewer.