Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Dec 19, 2023
1 parent 9248489 commit 2e39d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/signup_notification/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function bootstrap() {
add_action( 'init', __NAMESPACE__ . '\\remove_wpmu_blog_notifications', 9 );

add_action( 'after_signup_site', __NAMESPACE__ . '\\altis_signup_blog_notification', 10, 7 );
add_action( 'wpmu_activate_blog', __NAMESPACE__ . '\\altis_welcome_notification', 10, 5 );
add_action( 'wpmu_activate_blog', __NAMESPACE__ . '\\altis_welcome_notification', 10, 5 );

add_action( 'after_signup_user', __NAMESPACE__ . '\\altis_signup_user_notification', 10, 4 );
add_action( 'wpmu_activate_user', __NAMESPACE__ . '\\altis_welcome_user_notification', 10, 3 );
Expand Down

0 comments on commit 2e39d61

Please sign in to comment.