Changeset 13965
- Timestamp:
- 08/13/2024 03:36:23 AM (2 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024
- Files:
-
- 8 edited
-
functions.php (modified) (3 diffs)
-
parts/card-course-h3.html (modified) (1 diff)
-
parts/card-course.html (modified) (1 diff)
-
parts/card-lesson-h3.html (modified) (1 diff)
-
parts/card-lesson.html (modified) (1 diff)
-
parts/card.html (modified) (1 diff)
-
patterns/page-my-courses-content.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/functions.php
r13944 r13965 28 28 */ 29 29 add_action( 'after_setup_theme', __NAMESPACE__ . '\setup' ); 30 add_filter( 'wp_get_attachment_image_attributes', __NAMESPACE__ . '\eager_load_first_card_row_images', 10, 3 ); 30 31 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\enqueue_assets' ); 31 32 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\maybe_enqueue_sensei_assets', 100 ); … … 139 140 140 141 /** 142 * Eagerly load the images for the first row of cards, for performance (LCP metric). 143 * 144 * @param array $attr The image attributes. 145 * @param WP_Post $attachment The attachment post object. 146 * @param string $size The image size. 147 * @return array The modified image attributes. 148 */ 149 function eager_load_first_card_row_images( $attr, $attachment, $size ) { 150 static $image_count = 0; 151 152 if ( is_front_page() || is_archive() || is_search() || is_page( 'my-courses' ) ) { 153 $image_count++; 154 155 if ( $image_count <= 3 ) { 156 $attr['loading'] = 'eager'; 157 $attr['fetchpriority'] = 'high'; 158 } 159 } 160 161 return $attr; 162 } 163 164 /** 141 165 * Sensei doesn't enqueue learning mode styles for Lessons which are not part of a course. 142 166 * Enqueue the styles and add the required body class if needed. … … 365 389 function set_default_featured_image( $html, $post_id, $post_thumbnail_id, $size, $attr ) { 366 390 if ( ! $html ) { 367 return '<img src="https://s.w.org/images/learn-thumbnail-fallback.jpg?v= 4" alt="' . esc_attr( get_the_title( $post_id ) ) . '" />';391 return '<img src="https://s.w.org/images/learn-thumbnail-fallback.jpg?v=5" alt="' . esc_attr( get_the_title( $post_id ) ) . '" />'; 368 392 } 369 393 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/parts/card-course-h3.html
r13892 r13965 2 2 <div class="wp-block-group has-border-color has-white-background-color has-background" style="border-color:var(--wp--preset--color--light-grey-1);border-width:1px;border-radius:2px;min-height:100%"> 3 3 4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","s tyle":{"spacing":{"margin":{"bottom":"0"}}}} /-->4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","sizeSlug":"large","style":{"spacing":{"margin":{"bottom":"0"}}}} /--> 5 5 6 6 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"20px","right":"20px"},"blockGap":"0"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/parts/card-course.html
r13892 r13965 2 2 <div class="wp-block-group has-border-color has-white-background-color has-background" style="border-color:var(--wp--preset--color--light-grey-1);border-width:1px;border-radius:2px;min-height:100%"> 3 3 4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","s tyle":{"spacing":{"margin":{"bottom":"0"}}}} /-->4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","sizeSlug":"large","style":{"spacing":{"margin":{"bottom":"0"}}}} /--> 5 5 6 6 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"20px","right":"20px"},"blockGap":"0"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/parts/card-lesson-h3.html
r13892 r13965 2 2 <div class="wp-block-group has-border-color has-white-background-color has-background" style="border-color:var(--wp--preset--color--light-grey-1);border-width:1px;border-radius:2px;min-height:100%"> 3 3 4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","s tyle":{"spacing":{"margin":{"bottom":"0"}}}} /-->4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","sizeSlug":"large","style":{"spacing":{"margin":{"bottom":"0"}}}} /--> 5 5 6 6 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"20px","right":"20px"},"blockGap":"0"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/parts/card-lesson.html
r13892 r13965 2 2 <div class="wp-block-group has-border-color has-white-background-color has-background" style="border-color:var(--wp--preset--color--light-grey-1);border-width:1px;border-radius:2px;min-height:100%"> 3 3 4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","s tyle":{"spacing":{"margin":{"bottom":"0"}}}} /-->4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","sizeSlug":"large","style":{"spacing":{"margin":{"bottom":"0"}}}} /--> 5 5 6 6 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"20px","right":"20px"},"blockGap":"0"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/parts/card.html
r13892 r13965 2 2 <div class="wp-block-group has-border-color has-white-background-color has-background" style="border-color:var(--wp--preset--color--light-grey-1);border-width:1px;border-radius:2px;min-height:100%"> 3 3 4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","s tyle":{"spacing":{"margin":{"bottom":"0"}}}} /-->4 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","sizeSlug":"large","style":{"spacing":{"margin":{"bottom":"0"}}}} /--> 5 5 6 6 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"20px","right":"20px"},"blockGap":"0"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/page-my-courses-content.php
r13919 r13965 38 38 <div class="wp-block-group has-border-color has-white-background-color has-background" style="border-color:var(--wp--preset--color--light-grey-1);border-width:1px;border-radius:2px;min-height:100%"> 39 39 40 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","s tyle":{"spacing":{"margin":{"bottom":"0"}}}} /-->40 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","sizeSlug":"large","style":{"spacing":{"margin":{"bottom":"0"}}}} /--> 41 41 42 42 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"20px","right":"20px"},"blockGap":"var:preset|spacing|10"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/style.css
r13963 r13965 5 5 * Author URI: http://wordpress.org/ 6 6 * Description: A theme for learn.wordpress.org, built in 2024. 7 * Version: 1.0.0- c7f39177 * Version: 1.0.0-82f8a22 8 8 * License: GNU General Public License v2 or later 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
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)