Changeset 4866 for trunk/includes/common/template-tags.php
- Timestamp:
- 04/26/2013 11:00:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4833 r4866 1678 1678 'tabfocus_elements' => 'bbp_topic_title,bbp_topic_tags', 1679 1679 'editor_class' => 'bbp-the-content', 1680 'tinymce' => true,1680 'tinymce' => false, 1681 1681 'teeny' => true, 1682 1682 'quicktags' => true, … … 1705 1705 1706 1706 // Output the editor 1707 wp_editor( htmlspecialchars_decode( $post_content, ENT_QUOTES ), 'bbp_' . $r['context'] . '_content', array(1707 wp_editor( $post_content, 'bbp_' . $r['context'] . '_content', array( 1708 1708 'wpautop' => $r['wpautop'], 1709 1709 'media_buttons' => $r['media_buttons'],
Note: See TracChangeset
for help on using the changeset viewer.