Skip to content

Commit

Permalink
styiling
Browse files Browse the repository at this point in the history
  • Loading branch information
timiwahalahti committed Jul 20, 2023
1 parent a5ded30 commit 68cdf1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct() {
require_once WP_CONTENT_DIR . '/mu-plugins-private/wporg-mu-plugins/pub/profile-helpers.php';

// Sync with the wp.org username changes.
add_filter( 'update_post_meta', array( $this, 'username_meta_update' ), 10, 4 );
add_filter( 'update_post_meta', array( $this, 'username_meta_update' ), 10, 4 );
add_filter( 'delete_post_meta', array( $this, 'username_meta_delete' ), 10, 3 );
add_action( 'wp_after_insert_post', array( $this, 'maybe_notify_on_post_save' ) );

Expand Down

0 comments on commit 68cdf1b

Please sign in to comment.