Changeset 4558
- Timestamp:
- 12/07/2012 10:15:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/includes/common/template-tags.php
r4530 r4558 2003 2003 2004 2004 // Get post ancestors 2005 if ( is_ page() || is_single() || bbp_is_forum_edit() || bbp_is_topic_edit() || bbp_is_reply_edit() )2005 if ( is_singular() || bbp_is_forum_edit() || bbp_is_topic_edit() || bbp_is_reply_edit() ) 2006 2006 $ancestors = array_reverse( (array) get_post_ancestors( get_the_ID() ) ); 2007 2007
Note: See TracChangeset
for help on using the changeset viewer.