Skip to content

Commit 75866fb

Browse files
committed
Profiles: Allow the profiles field suggestion ajax endpoint.
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14793 74240141-8908-4e6f-9713-ba540dce6ec7
1 parent a55480c commit 75866fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buddypress.org/public_html/wp-content/plugins/buddypress-org/buddypress-dot-org.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function bporg_admin_redirect() {
6767
isset( $_REQUEST['action'] ) &&
6868
(
6969
has_action( 'wp_ajax_nopriv_' . $_REQUEST['action'] ) ||
70-
in_array( $_REQUEST['action'], [ 'webauthn_preregister', 'webauthn_register', 'webauthn_delete_key', 'rest_nonce' ] )
70+
in_array( $_REQUEST['action'], [ 'webauthn_preregister', 'webauthn_register', 'webauthn_delete_key', 'rest_nonce', 'wporg_xprofile_field_suggestions' ] )
7171
)
7272
) {
7373
return;

0 commit comments

Comments
 (0)