Making WordPress.org


Ignore:
Timestamp:
03/24/2022 04:07:19 AM (3 years ago)
Author:
tellyworth
Message:

Learn theme: fix breadcrumbs, other minor changes

Sync from GitHub: https://github.com/WordPress/learn/commit/6bf655a5a0ba0a2316baa925488d78637bae5065

Props: dd32, alexstine, renyot, hlashbrooke, hilayt24.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/page.php

    r11352 r11697  
    1616
    1717get_header();
     18get_template_part( 'template-parts/component', 'breadcrumbs' );
    1819?>
    1920
    20     <main id="main" class="site-main" role="main">
    21         <?php get_template_part( 'template-parts/component', 'breadcrumbs' ); ?>
     21    <main id="main" class="site-main">
    2222
    2323        <div class="row align-middle between section-heading section-heading--with-space">
Note: See TracChangeset for help on using the changeset viewer.