Making WordPress.org

Changeset 12972


Ignore:
Timestamp:
11/17/2023 04:32:45 PM (3 years ago)
Author:
iandunn
Message:

Redirects: Add /sotw -> /state-of-the-word/

File:
1 edited

Legend:

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

    r12863 r12972  
    4747                                // Deprecated About / Swag page https://github.com/WordPress/wporg-main-2022/issues/208
    4848                                '/about/swag'         => 'https://mercantile.wordpress.org/',
     49
     50                                // Hashtag alias for State of the Word
     51                                '/sotw' => 'https://wordpress.org/state-of-the-word/',
    4952                        ];
    5053
     
    9093                // Slack invite url is /chat not /slack.
    9194                $path_redirects['/slack'] = '/chat/';
    92                
     95
    9396                // Short URL for Gutenberg Phase 3 publicity
    9497                $path_redirects['/phase-3'] = '/core/tag/phase-3/';
Note: See TracChangeset for help on using the changeset viewer.