Making WordPress.org


Ignore:
Timestamp:
12/11/2023 01:18:17 AM (11 months ago)
Author:
dd32
Message:

Redirects: Add /and redirect for the data liberation project.

File:
1 edited

Legend:

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

    r13043 r13044  
    1111            exit;
    1212
    13         // temp fix for /B;ocks, rm later
     13        // temp fix for /Blocks, rm later
    1414        } elseif ( 0 === strpos( $_SERVER['REQUEST_URI'], '/Blocks' ) ) {
    1515            wp_safe_redirect( '/blocks/', 301 );
    16             exit;
     16            exit;
    1717
    1818        // WordPress.org does not have a specific site search, only the global WordPress.org search
     
    5454                '/events' => 'https://events.wordpress.org/',
    5555                '/meet'   => 'https://events.wordpress.org/',
     56
     57                // Data Liberation
     58                '/and' => '/data-liberation/',
    5659            ];
    5760
Note: See TracChangeset for help on using the changeset viewer.