Skip to content

Commit

Permalink
This function already echos.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 5, 2025
1 parent 101a670 commit 1076d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-calendar-location-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function mc_clean_duplicate_locations() {
$location = mc_get_location( $replace );
if ( ! $location ) {
// If this isn't a valid location, don't continue.
echo mc_show_error( esc_html__( 'An invalid ID was provided for the replacement location.', 'my-calendar' ) );
mc_show_error( esc_html__( 'An invalid ID was provided for the replacement location.', 'my-calendar' ) );
return;
}
$i = 0;
Expand Down

0 comments on commit 1076d41

Please sign in to comment.