Changeset 12334 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php
- Timestamp:
- 12/15/2022 04:57:48 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php
r12332 r12334 239 239 * 240 240 * Those circumstances are: 241 * - The page is an article. 241 242 * - The user has disabled the editor. 242 243 * - The default is forum opt-in, and the forum has the block_editor not enabled. … … 246 247 if ( ! $use_it ) { 247 248 return $use_it; 249 } 250 251 if ( is_singular( 'helphub_article' ) ) { 252 return false; 248 253 } 249 254
Note: See TracChangeset
for help on using the changeset viewer.