Changeset 13656
- Timestamp:
- 05/02/2024 10:30:46 PM (11 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024
- Files:
-
- 5 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/functions.php
r13639 r13656 31 31 'learn' => array( 32 32 array( 33 'label' => __( ' Courses', 'wporg-learn' ),34 'url' => '/ courses/',33 'label' => __( 'User', 'wporg-learn' ), 34 'url' => '/learning-pathways/user/', 35 35 ), 36 36 array( 37 'label' => __( ' Lessons', 'wporg-learn' ),38 'url' => '/le ssons/',37 'label' => __( 'Designer', 'wporg-learn' ), 38 'url' => '/learning-pathways/designer/', 39 39 ), 40 40 array( 41 'label' => __( ' Learning Pathways', 'wporg-learn' ),42 'url' => '/learning-pathways/ ',41 'label' => __( 'Contributor', 'wporg-learn' ), 42 'url' => '/learning-pathways/contributor/', 43 43 ), 44 44 array( 45 'label' => __( 'Contribute', 'wporg-learn' ), 46 'url' => '/contribute/', 47 ), 48 array( 49 'label' => __( 'Instruct', 'wporg-learn' ), 50 'url' => '/instruct/', 45 'label' => __( 'Developer', 'wporg-learn' ), 46 'url' => '/learning-pathways/developer/', 51 47 ), 52 48 ), -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/templates/page.html
r13639 r13656 7 7 <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--edge-space)"> 8 8 9 <!-- wp:post-content /--> 9 <!-- wp:post-title {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} /--> 10 11 <!-- wp:post-content {"layout":{"inherit":true}} /--> 10 12 11 13 </div>
Note: See TracChangeset
for help on using the changeset viewer.