Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/09/2011 06:51:40 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Prevent forum and topic ID's from being poisoned by functions that attempt to make calculations out of turn. Also prevent incorrect assignment of parent topic and forum ID's when posting from admin area. Fixes #1433.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-topics.php

    r3120 r3125  
    653653                        $formatted_actions[] = '<span class="' . $action . '">' . $link . '</span>';
    654654
    655                     //echo '<div class="row-actions">' . implode( ' | ', $formatted_actions ) . '</div>';
     655                    echo '<div class="row-actions">' . implode( ' | ', $formatted_actions ) . '</div>';
    656656                } else {
    657657                    _e( '(No Forum)', 'bbpress' );
Note: See TracChangeset for help on using the changeset viewer.