Changeset 3584
- Timestamp:
- 11/03/2011 04:31:48 AM (15 years ago)
- Location:
- branches/plugin/bbp-includes
- Files:
-
- 2 edited
-
bbp-forum-template.php (modified) (1 diff)
-
bbp-topic-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-forum-template.php
r3571 r3584 1815 1815 1816 1816 // Get edit data 1817 elseif ( !empty( $post->post_ title) && bbp_is_forum_edit() )1817 elseif ( !empty( $post->post_content ) && bbp_is_forum_edit() ) 1818 1818 $forum_content = $post->post_content; 1819 1819 -
branches/plugin/bbp-includes/bbp-topic-template.php
r3572 r3584 3111 3111 3112 3112 // Get edit data 3113 elseif ( !empty( $post->post_ title) && bbp_is_topic_edit() )3113 elseif ( !empty( $post->post_content ) && bbp_is_topic_edit() ) 3114 3114 $topic_content = $post->post_content; 3115 3115
Note: See TracChangeset
for help on using the changeset viewer.