Changeset 12882 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-course.php
- Timestamp:
- 09/13/2023 11:30:08 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-course.php
r12471 r12882 21 21 <main id="main" class="site-main"> 22 22 <section> 23 <div class="section-heading section-heading--with-space row align-middle between ">24 <?php the_archive_title( '<h1 class="section-heading_title h2 ">', '</h1>' ); ?>23 <div class="section-heading section-heading--with-space row align-middle between gutters"> 24 <?php the_archive_title( '<h1 class="section-heading_title h2 col-8">', '</h1>' ); ?> 25 25 <?php if ( is_user_logged_in() ) : ?> 26 <a class="section-heading_link" href="/my-courses/"><?php esc_html_e( 'My Courses', 'wporg-learn' ); ?></a> 26 <div class="col-4 row section-heading_links"> 27 <a class="section-heading_link" href="/my-courses/"><?php esc_html_e( 'My Courses', 'wporg-learn' ); ?></a> 28 </div> 27 29 <?php endif; ?> 28 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.