Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r9894 r10000 273 273 $hidden_topic = get_post( $post_id ); 274 274 275 if ( $hidden_topic && 275 if ( $hidden_topic && 276 276 in_array( $hidden_topic->post_status, array( 'spam', 'pending', 'archived' ) ) && 277 277 ! current_user_can( 'read_topic', $hidden_topic->ID ) … … 1145 1145 /** 1146 1146 * Add support for Slack and Trac style code formatting. 1147 * 1147 * 1148 1148 * Upon edit, the blocks will be unwrapped to bbPress style blocks. 1149 * 1149 * 1150 1150 * See `bbp_code_trick()` for the regex below. 1151 1151 */
Note: See TracChangeset
for help on using the changeset viewer.