Changeset 10148
- Timestamp:
- 08/12/2020 06:18:37 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r10146 r10148 15 15 function setup() { 16 16 add_theme_support( 'post-thumbnails' ); 17 18 // The parent wporg theme is designed for use on wordpress.org/* and assumes locale-domains are available. 19 // Remove hreflang support. 20 remove_action( 'wp_head', 'WordPressdotorg\Theme\hreflang_link_attributes' ); 17 21 } 18 22 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php
r10146 r10148 68 68 <p><?php _e( 'Found a typo, grammar error,or outdated screenshot?' ); ?></p> 69 69 <p><?php _e( 'Used this lesson plan in your event and have some suggestions?' ); ?></p> 70 <a href=" <?php echo esc_url( site_url( '/submit-an-idea/' ) ); ?>"><?php _e( 'Let us know!' ); ?></a>70 <a href="https://wordcampcentral.survey.fm/learn-wordpress-workshop-application"><?php _e( 'Let us know!' ); ?></a> 71 71 </div> 72 72 </div>
Note: See TracChangeset
for help on using the changeset viewer.