Changeset 14397
- Timestamp:
- 02/25/2025 04:40:54 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-user-tweaks.php
r12820 r14397 120 120 } 121 121 122 if ( defined( 'WPORG_SUPPORT_FORUMS_BLOGID' ) ) { 122 // Check against the Support Forums if possible, additionally, check the site actually exists in this network. 123 if ( defined( 'WPORG_SUPPORT_FORUMS_BLOGID' ) && get_site( WPORG_SUPPORT_FORUMS_BLOGID ) ) { 123 124 $user->for_site( WPORG_SUPPORT_FORUMS_BLOGID ); 124 125 }
Note: See TracChangeset
for help on using the changeset viewer.