Making WordPress.org


Ignore:
Timestamp:
07/03/2020 03:11:38 AM (6 years ago)
Author:
dd32
Message:

Pinking shears, 10000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php

    r9894 r10000  
    273273            $hidden_topic = get_post( $post_id );
    274274
    275             if ( $hidden_topic && 
     275            if ( $hidden_topic &&
    276276                 in_array( $hidden_topic->post_status, array( 'spam', 'pending', 'archived' ) ) &&
    277277                 ! current_user_can( 'read_topic', $hidden_topic->ID )
     
    11451145    /**
    11461146     * Add support for Slack and Trac style code formatting.
    1147      * 
     1147     *
    11481148     * Upon edit, the blocks will be unwrapped to bbPress style blocks.
    1149      * 
     1149     *
    11501150     * See `bbp_code_trick()` for the regex below.
    11511151     */
Note: See TracChangeset for help on using the changeset viewer.