Making WordPress.org


Ignore:
Timestamp:
02/27/2023 12:28:00 AM (19 months ago)
Author:
adamwood
Message:

Add redirect for deprecated About / Swag page

File:
1 edited

Legend:

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

    r12397 r12423  
    4040                // Deprecated About / Testimonials page https://github.com/WordPress/wporg-main-2022/issues/196
    4141                '/about/testimonials' => '/news/category/community/',
     42                // Deprecated About / Swag page https://github.com/WordPress/wporg-main-2022/issues/208
     43                '/about/swag'         => 'https://mercantile.wordpress.org/',
    4244            ];
    4345
Note: See TracChangeset for help on using the changeset viewer.