Skip to:
Content

bbPress.org

Changeset 6429


Ignore:
Timestamp:
05/26/2017 09:38:05 PM (6 years ago)
Author:
johnjamesjacoby
Message:

Remove debug cruft.

File:
1 edited

Legend:

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

    r6428 r6429  
    22172217    // Forums
    22182218    if ( bbp_get_forum_post_type() === implode( '', $post_types ) ) {
    2219 die;
     2219
    22202220        // Prevent accidental wp-admin post_row override
    22212221        if ( is_admin() && isset( $_REQUEST['post_status'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.