Changeset 12676
- Timestamp:
- 06/23/2023 02:42:27 AM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020
- Files:
-
- 4 edited
-
searchform.php (modified) (1 diff)
-
template-parts/content-single.php (modified) (2 diffs)
-
template-parts/content-workshop-single-hardcoded.php (modified) (2 diffs)
-
template-parts/content-workshop-single.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/searchform.php
r10530 r12676 11 11 ?> 12 12 <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> 13 <label for="s" class="screen-reader-text"><?php echo esc_html( _x( 'Search for:', 'label', 'wporg-learn' ) ); ?></label>13 <label for="s" class="screen-reader-text"><?php echo esc_html( _x( 'Search resources on Learn', 'label', 'wporg-learn' ) ); ?></label> 14 14 <input 15 15 type="search" -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php
r12067 r12676 12 12 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 13 13 14 < section>14 <div> 15 15 <header class="row align-middle between section-heading section-heading--with-space"> 16 16 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> … … 55 55 ?> 56 56 </div> 57 </ section>57 </div> 58 58 59 59 <?php if ( is_object_in_term( get_the_ID(), 'wporg_lesson_plan_series' ) ) : ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single-hardcoded.php
r11275 r12676 22 22 ?> 23 23 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 24 < section>24 <div> 25 25 <div class="row align-middle between section-heading section-heading--with-space"> 26 26 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> … … 72 72 <?php endif; ?> 73 73 </div> 74 </ section>74 </div> 75 75 </article> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php
r11323 r12676 20 20 ?> 21 21 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 22 < section>22 <div> 23 23 <div class="row align-middle between section-heading section-heading--with-space"> 24 24 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> … … 99 99 <?php endif; ?> 100 100 </div> <!-- end workshop-page --> 101 </ section>101 </div> 102 102 </article>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)