Skip to content

Commit

Permalink
deploy: 9d54ad2
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 5, 2024
1 parent 9a384fe commit 8a4c1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes_general-utilities.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

/**
* Send a Tweet on approval of event
* Send a Status update on approval of event
*
* @param string $previous_status Previous status.
* @param string $new_status New status.
Expand Down
2 changes: 1 addition & 1 deletion my-calendar-navigation.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@

$google = str_replace( $search, $replace, get_feed_link( 'my-calendar-google' ) );
$google = add_query_arg( 'cid', $google, 'https://www.google.com/calendar/render' );
$ical = str_replace( $search, $replace, get_feed_link( 'my-calendar-ical' ) );
$ical = str_replace( $search, $replace, get_feed_link( 'my-calendar-ics' ) );

$sub_google = "<li class='ics google'><a href='" . esc_url( $google ) . "' rel='nofollow'><span class='mc-icon' aria-hidden='true'></span>" . __( '<span class="maybe-hide">Subscribe in </span>Google', 'my-calendar' ) . '</a></li>';
$sub_ical = "<li class='ics ical'><a href='" . esc_url( $ical ) . "' rel='nofollow'><span class='mc-icon' aria-hidden='true'></span>" . __( '<span class="maybe-hide">Subscribe in </span>iCal', 'my-calendar' ) . '</a></li>';
Expand Down

0 comments on commit 8a4c1d6

Please sign in to comment.