Re: Groups wont let me edit
Howdy, using the functions from functions.php is required for some things to work right in bp. That has nothing to do with the new security system.
Every form, every url that leads to any kind of maintenance capability in bp is now covered by that nonce security. If the form or url leads to changing data in bp it *must* have this feature integrated in the code. It’s a wp 2.7 thing and bp takes advantage of it.
These wp_nonce_field() calls and wp_nonce_url() calls are everywhere. Every url, every form, every maintenance function has one now.
To give you an idea of the scope, search for ‘wp_nonce_field’ and ‘wp_nonce_url’ in /mu-plugins
40+ matches for ‘wp_nonce_url’
50+ matches for ‘wp_nonce_field’