Making WordPress.org

Changeset 10148


Ignore:
Timestamp:
08/12/2020 06:18:37 AM (5 years ago)
Author:
dd32
Message:

WP.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/fbb4955f0cff52e01350d2ff38e636e1c9c17645...1f83cf9b6e0c41912ca6a5cb130623ca95ddcb1d

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  
    1515function setup() {
    1616    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' );
    1721}
    1822
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php

    r10146 r10148  
    6868                        <p><?php _e( 'Found a typo, grammar error,or outdated screenshot?' ); ?></p>
    6969                        <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>
    7171                    </div>
    7272                </div>
Note: See TracChangeset for help on using the changeset viewer.