Skip to content

Commit

Permalink
Merge pull request #2099 from the-events-calendar/tweak/update-stella…
Browse files Browse the repository at this point in the history
…r-sale-urls

Update Stellar Sale URLs
  • Loading branch information
codingmusician authored Jun 7, 2024
2 parents 21cfc00 + 1f09d58 commit b0c5cc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Tribe/Admin/Notice/Marketing/Stellar_Sale.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ public function display_notice() {
\Tribe__Assets::instance()->enqueue( [ 'tribe-common-admin' ] );

// Used in the template.
// @todo @codingmusician - Update the URLs when they are available.
$cta_url = 'https://evnt.is/1bcv';
$stellar_url = 'https://evnt.is/1bcu';
$cta_url = 'https://evnt.is/1bdv';
$stellar_url = 'https://evnt.is/1bdw';

$template_args = [
'heading' => __( 'Make it yours.', 'tribe-common' ),
Expand Down

0 comments on commit b0c5cc4

Please sign in to comment.