diff --git a/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php b/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php index 6fa5e9a628..4d15de2393 100644 --- a/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php +++ b/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php @@ -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' ) );