Skip to content

Commit

Permalink
feat(profilepress): added support for profilepress registrations, see #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarshall511 committed May 23, 2023
1 parent bd06066 commit 2c595e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wpuseravatar/class-wpuseravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function sections( $sections ) {
$sections['wp-user-avatar'] = array(
'title' => __( 'ProfilePress', 'zero-spam' ),
'icon' => 'modules/wpuseravatar/icon-profilepress.png',
'supports' => array( 'honeypot', 'email', 'davidwalsh' ),
'supports' => array( 'honeypot', 'email' ),
);

return $sections;
Expand Down

0 comments on commit 2c595e5

Please sign in to comment.