buddypress/bp-xprofile
r-a-y afc24b0c9a Profile Visibility Settings:
When a user is on their "Settings > Profile" screen, on form
submission, the page tries to redirect to the `privacy` slug, which
does not exist. (See r7960.)

This commit addresses this by using the correct slug - `profile` -
for the redirect.

See #5352

git-svn-id: https://buddypress.svn.wordpress.org/trunk@8258 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2014-04-09 00:48:39 +00:00
..
admin Compress scripts/styles 2014-04-08 20:21:22 +00:00
bp-xprofile-actions.php Profile Visibility Settings: 2014-04-09 00:48:39 +00:00
bp-xprofile-activity.php xProfile: remove redundant position token in a gettext string to avoid showing an otherwise identical duplicate string in GlotPress. Fixes #5493 2014-03-30 23:16:11 +00:00
bp-xprofile-admin.php xProfile: fix regression in wp-admin field types screen where duplicate field templates were being shown for pre-2.0 custom field types. 2014-04-04 11:18:22 +00:00
bp-xprofile-buddybar.php EOF: 2012-09-18 18:03:00 +00:00
bp-xprofile-cache.php Caching improvements related to bp_core_get_user_displayname() 2014-03-03 01:48:45 +00:00
bp-xprofile-caps.php EOF: 2012-09-18 18:03:00 +00:00
bp-xprofile-classes.php xProfile: re-architecture profile field types and de-duplicate the templating and validation logic to make it easier for core and plugins to add new profile field types. 2014-03-27 19:34:02 +00:00
bp-xprofile-cssjs.php Replace BP_PLUGIN_DIR and BP_PLUGIN_URL constant usages with plugin_dir and plugin_url BuddyPress variables, respectively. Also replaces $bp global touches with buddypress() calls within the above scopes. 2014-01-24 23:48:48 +00:00
bp-xprofile-filters.php xProfile: adjust the xprofile_sanitize_data_value_before_save function to return the passed value instead of null if that value is empty(). 2014-03-26 20:04:37 +00:00
bp-xprofile-functions.php xProfile: re-architecture profile field types and de-duplicate the templating and validation logic to make it easier for core and plugins to add new profile field types. 2014-03-27 19:34:02 +00:00
bp-xprofile-loader.php Add public scope identifier to component loader methods that were otherwise undefined. 2014-03-31 20:15:00 +00:00
bp-xprofile-screens.php xProfile: re-architecture profile field types and de-duplicate the templating and validation logic to make it easier for core and plugins to add new profile field types. 2014-03-27 19:34:02 +00:00
bp-xprofile-settings.php First pass at Profile Settings for improved profile field visibility UX: 2014-02-21 23:08:04 +00:00
bp-xprofile-template.php Prevent outputting visibility settings table for empty profile field groups. See #5352. 2014-03-30 18:57:53 +00:00