Changeset 13995
- Timestamp:
- 08/26/2024 10:57:33 PM (15 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content
- Files:
-
- 2 edited
-
plugins/wporg-learn/inc/redirects.php (modified) (2 diffs)
-
themes/pub/wporg-learn-2024/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/redirects.php
r13994 r13995 15 15 */ 16 16 function 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' ) ); 18 18 }; 19 19 … … 52 52 $redirects = array( 53 53 // 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', 56 56 '/social-learning' => '/online-workshops', 57 '/workshop-presenter-application' => '/tutorial-presenter-application',58 '/report-content-errors' => '/report-content-feedback',59 57 '/tutorial/block-editor-01-basics/' => 'https://wordpress.tv/2021/06/18/shusei-toda-naoko-takano-block-editor-01-basics/', 60 58 '/tutorial/block-editor-02-text-blocks/' => 'https://wordpress.tv/2021/06/03/shusei-toda-block-editor-02-text-blocks/', 61 59 '/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', 62 63 ); 63 64 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/style.css
r13994 r13995 5 5 * Author URI: http://wordpress.org/ 6 6 * Description: A theme for learn.wordpress.org, built in 2024. 7 * Version: 1.0.0-c c75a227 * Version: 1.0.0-c332305 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.