Skip to content

Commit

Permalink
2024 Theme: Update 404 copy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jul 7, 2024
1 parent 9f6a59d commit f107511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<?php
printf(
/* translators: 1: Learning Pathways URL, 2. Online Workshops URL, 3. Lessons Archive URL */
wp_kses_post( __( '<a href="%1$s">Learning Pathways</a>: Go from beginner to expert at your own pace.<br><a href="%2$s">Online Workshops</a>: Join a live session taught by experienced WordPress professionals.<br><a href="%3$s">Lessons</a>: Improve your WordPress expertise with versatile lessons featuring a blend of videos, exercises, quizzes, and more.', 'wporg-learn' ) ),
wp_kses_post( __( '<a href="%1$s">Learning Pathways</a>: Go from beginner to advanced at your own pace.<br><a href="%2$s">Online Workshops</a>: Join a live session taught by experienced WordPress professionals.<br><a href="%3$s">Lessons</a>: Improve your WordPress expertise with versatile lessons featuring a blend of videos, exercises, quizzes, and more.', 'wporg-learn' ) ),
esc_url( site_url( '/learning-pathways/' ) ),
esc_url( site_url( '/online-workshops/' ) ),
esc_url( site_url( '/lessons/' ) )
Expand Down

0 comments on commit f107511

Please sign in to comment.