Changeset 11717
- Timestamp:
- 03/29/2022 02:06:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/page-content-calendar.php
r11704 r11717 92 92 'order' => 'DESC', 93 93 'posts_per_page' => -1, 94 'post__not_in' => array( 377, 378 ), 94 95 ); 95 96 … … 111 112 </th> 112 113 <th scope="col"> 113 <span aria-hidden="true"><?php esc_html_e( 'Last Modified', 'wporg-learn' ); ?></span>114 <span aria-hidden="true"><?php esc_html_e( 'Last Updated', 'wporg-learn' ); ?></span> 114 115 </th> 115 116 </tr> … … 137 138 138 139 <?php 140 141 get_template_part( 'template-parts/content', 'page' ); 139 142 endwhile; // End of the loop. 140 143 ?>
Note: See TracChangeset
for help on using the changeset viewer.