Making WordPress.org


Ignore:
Timestamp:
02/14/2023 03:34:28 AM (3 years ago)
Author:
adamwood
Message:

Add redirect for deprecated About / Testimonials page

File:
1 edited

Legend:

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

    r11813 r12397  
    3737                                '/5forthefuture'    => '/five-for-the-future/',
    3838                                '/fiveforthefuture' => '/five-for-the-future/',
     39
     40                                // Deprecated About / Testimonials page https://github.com/WordPress/wporg-main-2022/issues/196
     41                                '/about/testimonials' => '/news/category/community/',
    3942                        ];
    4043
Note: See TracChangeset for help on using the changeset viewer.