Skip to:
Content

bbPress.org

Changeset 6726


Ignore:
Timestamp:
10/12/2017 01:22:15 AM (8 years ago)
Author:
johnjamesjacoby
Message:

Uncomment my debug cruft. Antiprops jjj. See r6725.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/functions.php

    r6725 r6726  
    10631063    $reply_author_key = array_search( (int) $reply_author, $user_ids, true );
    10641064    if ( false !== $reply_author_key ) {
    1065         //unset( $user_ids[ $reply_author_key ] );
     1065        unset( $user_ids[ $reply_author_key ] );
    10661066    }
    10671067
Note: See TracChangeset for help on using the changeset viewer.