Plugin Name: WP User Frontend
Version: 1.2.3
In plugins/wp-user-frontend/wpuf-add-post.php
Replace this line
if ( $editor == ‘full’ ) {
?>
<!–<div style=”float:left;”>–><div>
<?php wp_editor( $description, ‘new-post-desc’, array(‘textarea_name’ => ‘wpuf_post_content’, ‘editor_class’ => ‘requiredField’, ‘teeny’ => false, ‘textarea_rows’ => 8) ); ?>
</div>
<?php }
with this line
if ( $editor == ‘full’ ) {
?>
<!–<div style=”float:left;”>–><div>
<?php wp_editor( $description, ‘new-post-desc’, array(‘textarea_name’ => ‘wpuf_post_content’, ‘editor_class’ => ”, ‘teeny’ => false, ‘textarea_rows’ => 8) ); ?>
</div>
<?php }