Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. $content = bp_the_topic_text();
  2. var_dump($content);
  3. die();
  4.  
  5.     $args = array(
  6.     'quicktags' => true,
  7.    'editor_class' => 'frontend',
  8.    'textarea_rows' => 5,
  9.    'tabindex' => 1
  10.     );
  11. wp_editor( $content, 'topic_text', $args);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement