Changeset 4509
- Timestamp:
- 11/24/2012 08:56:53 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/template-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4508 r4509 1599 1599 1600 1600 // Assume we are not editing 1601 $post_content = '';1601 $post_content = call_user_func( 'bbp_get_form_' . $r['context'] . '_content' ); 1602 1602 1603 1603 // Start an output buffor … … 1607 1607 if ( !empty( $r['before'] ) ) { 1608 1608 echo $r['before']; 1609 }1610 1611 // Get sanitized content1612 if ( bbp_is_edit() ) {1613 $post_content = call_user_func( 'bbp_get_form_' . $r['context'] . '_content' );1614 1609 } 1615 1610
Note: See TracChangeset
for help on using the changeset viewer.