Changeset 12570 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
- Timestamp:
- 05/03/2023 11:33:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r12473 r12570 708 708 709 709 case 'lesson-plan': 710 $args['meta'] = wporg_learn_get_lesson_plan_taxonomy_data( $post_id, 'archive' ); 710 $args['meta'] = array_merge( 711 wporg_learn_get_lesson_plan_taxonomy_data( $post_id, 'archive' ), 712 array( 713 array( 714 'icon' => 'admin-site-alt3', 715 'label' => __( 'Language:', 'wporg-learn' ), 716 'value' => \WordPressdotorg\Locales\get_locale_name_from_code( $post->language, 'native' ), 717 ), 718 ) 719 ); 711 720 break; 712 721
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)