Forums

Join
bbPress Support ForumsInstallationfunction bb_get_topic_move_dropdown

Info

Tags

function bb_get_topic_move_dropdown

  1. Line 1508:
    $defaults = array( 'id' => 0, 'before' => '[', 'after' => ']' );

    really disrupts the layout. Changing to:
    $defaults = array( 'id' => 0, 'before' => NULL, 'after' => NULL );

    Fixes the nasty template issue.

    Can this line of code be modified in the core code for distribution?

    Thanks

  2. Its already fixed!

  3. Link to the revision or trac report please?

  4. Sorry Chris,
    I can't recall. It was earlier reported on forums only and at that time it was fixed.

  5. You must log in to post.