Skip to content

Commit

Permalink
Removing the error message from the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoslavGeorgiev committed Oct 20, 2023
1 parent c6d4d49 commit 8bbfb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
&& isset( $GLOBALS['pagenow'] )
&& 'update.php' === $GLOBALS['pagenow']
) {
wp_die( 'Updated successfully. Please reload the page.' );
wp_die();
}

/**
Expand Down

0 comments on commit 8bbfb1b

Please sign in to comment.