Changeset 11948
- Timestamp:
- 07/07/2022 01:02:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php
r11921 r11948 200 200 } 201 201 202 if ( in_array( 'read', $caps, true ) && is_user_logged_in() && ! is_admin() ) {202 if ( in_array( 'read', $caps, true ) && is_user_logged_in() && ( ! is_admin() || wp_doing_ajax() ) ) { 203 203 $allcaps['read'] = true; 204 204 }
Note: See TracChangeset
for help on using the changeset viewer.