Making WordPress.org

Changeset 13656


Ignore:
Timestamp:
05/02/2024 10:30:46 PM (11 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@41755ac

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  
    3131        'learn' => array(
    3232            array(
    33                 'label' => __( 'Courses', 'wporg-learn' ),
    34                 'url' => '/courses/',
     33                'label' => __( 'User', 'wporg-learn' ),
     34                'url' => '/learning-pathways/user/',
    3535            ),
    3636            array(
    37                 'label' => __( 'Lessons', 'wporg-learn' ),
    38                 'url' => '/lessons/',
     37                'label' => __( 'Designer', 'wporg-learn' ),
     38                'url' => '/learning-pathways/designer/',
    3939            ),
    4040            array(
    41                 'label' => __( 'Learning Pathways', 'wporg-learn' ),
    42                 'url' => '/learning-pathways/',
     41                'label' => __( 'Contributor', 'wporg-learn' ),
     42                'url' => '/learning-pathways/contributor/',
    4343            ),
    4444            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/',
    5147            ),
    5248        ),
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/templates/page.html

    r13639 r13656  
    77    <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)">
    88
    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}} /-->
    1012
    1113    </div>
Note: See TracChangeset for help on using the changeset viewer.