Making WordPress.org

Changeset 13995


Ignore:
Timestamp:
08/26/2024 10:57:33 PM (15 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@cae6bc4

Location:
sites/trunk/wordpress.org/public_html/wp-content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/redirects.php

    r13994 r13995  
    1515 */
    1616function wporg_learn_allowed_redirect_hosts( $hosts ) {
    17     return array_merge( $hosts, array( 'wordpress.tv' ) );
     17    return array_merge( $hosts, array( 'wordpress.tv', 'make.wordpress.org' ) );
    1818};
    1919
     
    5252    $redirects = array(
    5353        // Source => Destination, any characters after the source will be appended to the destination.
    54         '/workshop/'                             => '/tutorial/',
    55         '/workshops'                             => '/tutorials',
     54        '/handbook'                              => 'https://make.wordpress.org/training/handbook/',
     55        '/report-content-errors'                 => '/report-content-feedback',
    5656        '/social-learning'                       => '/online-workshops',
    57         '/workshop-presenter-application'        => '/tutorial-presenter-application',
    58         '/report-content-errors'                 => '/report-content-feedback',
    5957        '/tutorial/block-editor-01-basics/'      => 'https://wordpress.tv/2021/06/18/shusei-toda-naoko-takano-block-editor-01-basics/',
    6058        '/tutorial/block-editor-02-text-blocks/' => 'https://wordpress.tv/2021/06/03/shusei-toda-block-editor-02-text-blocks/',
    6159        '/tutorial/ja-login-password-reset/'     => 'https://wordpress.tv/2021/02/16/login-password-reset/',
     60        '/workshop/'                             => '/tutorial/',
     61        '/workshop-presenter-application'        => '/tutorial-presenter-application',
     62        '/workshops'                             => '/tutorials',
    6263    );
    6364
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/style.css

    r13994 r13995  
    55 * Author URI: http://wordpress.org/
    66 * Description: A theme for learn.wordpress.org, built in 2024.
    7  * Version: 1.0.0-cc75a22
     7 * Version: 1.0.0-c332305
    88 * License: GNU General Public License v2 or later
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.