Changeset 3585
- Timestamp:
- 11/03/2011 04:39:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-compatibility.php
r3579 r3585 1665 1665 } 1666 1666 1667 // Editing a user 1668 $posts_query->bbp_is_edit = true; 1669 1667 1670 // We are viewing a profile 1668 1671 } else { … … 1718 1721 case bbp_get_forum_post_type() : 1719 1722 $posts_query->bbp_is_forum_edit = true; 1723 $posts_query->bbp_is_edit = true; 1720 1724 break; 1721 1725 … … 1723 1727 case bbp_get_topic_post_type() : 1724 1728 $posts_query->bbp_is_topic_edit = true; 1729 $posts_query->bbp_is_edit = true; 1725 1730 break; 1726 1731 … … 1728 1733 case bbp_get_reply_post_type() : 1729 1734 $posts_query->bbp_is_reply_edit = true; 1735 $posts_query->bbp_is_edit = true; 1730 1736 break; 1731 1737 } … … 1734 1740 } elseif ( bbp_is_topic_tag() ) { 1735 1741 $posts_query->bbp_is_topic_tag_edit = true; 1742 $posts_query->bbp_is_edit = true; 1736 1743 } 1737 1744
Note: See TracChangeset
for help on using the changeset viewer.