mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-06-01 06:04:04 +08:00
Profile fields of the 'textarea' type are now edited using `wp_editor()`. Output escaping has been modified to whitelist all tags permitted by the "teeny" version of the `wp_editor()` interface. Richtext is enabled for all and only 'textarea' fields: * To enable richtext editing for a custom field type, set the `supports_richtext` property of your `BP_XProfile_Field_Type` class to `true`. In these cases, you'll need to provide your own editing markup as well; see the `edit_field_html()` and `admin_field_html()` methods of `BP_XProfile_Field_Type_Textarea` for inspiration. * To disable richtext editing for specific 'textarea' fields, filter `bp_xprofile_is_richtext_enabled_for_field`. Props needle, boonebgorges. Fixes #5625. git-svn-id: https://buddypress.svn.wordpress.org/trunk@10254 cdf35c40-ae34-48e0-9cc9-0c9da1808c22 |
||
|---|---|---|
| .. | ||
| activity | ||
| admin | ||
| blogs | ||
| core | ||
| friends | ||
| groups | ||
| members | ||
| messages | ||
| notifications | ||
| routing | ||
| xprofile | ||