Changeset 9802 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
- Timestamp:
- 05/01/2020 04:47:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r9708 r9802 489 489 $robots = true; 490 490 } 491 492 // If topic is marked as NSFW. 493 $is_nsfw = get_post_meta( bbp_get_topic_id(), '_topic_is_nsfw', true ); 494 495 if ( $is_nsfw ) { 496 $robots = true; 497 } 491 498 } 492 499
Note: See TracChangeset
for help on using the changeset viewer.