Changeset 2530 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/redirector.php
- Timestamp:
- 02/18/2016 11:13:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/redirector.php
r2109 r2530 7 7 class WPorg_GP_Route_Redirector extends GP_Route { 8 8 9 function redirect_languages( $path = '' ) {9 public function redirect_languages( $path = '' ) { 10 10 if ( empty( $path ) ) { 11 11 $this->redirect( '/' ); … … 14 14 } 15 15 } 16 17 public function redirect_index() { 18 $this->redirect( '/' ); 19 } 16 20 }
Note: See TracChangeset
for help on using the changeset viewer.