natb19
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Reviews
In reply to: [JWT Authentication for WP REST APIs] API auth limit? 100 usesForum: Networking WordPress
In reply to: Increasing Admin List Tables RowsMissed that one to.
Thanks for pointing it out! 😉
Forum: Reviews
In reply to: [BuddyPress Docs] Docs Trashing Themselves: FixedGreat news. Thanks!
Forum: Reviews
In reply to: [BuddyPress Docs] Docs Trashing Themselves: FixedDo you know if this is fixed yet? I was going to install, but then saw your comment…
wp-content/plugins/role-scoper/admin/profile_ui_rs.php
line 625 (ish) or just do a search for the line to change 😉
Not perfect but change:
if ( IS_MU_RS && scoper_get_option( 'mu_sitewide_groups' ) ) { global $wpdb, $blog_id;to
global $wpdb, $blog_id; if ( IS_MU_RS && scoper_get_option( 'mu_sitewide_groups' ) ) {Same thing happened to me…
Viewing 7 replies - 1 through 7 (of 7 total)