Changeset 12491 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 03/23/2023 08:19:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r12490 r12491 1252 1252 1253 1253 // [1] => plugins [2] => example-plugin-name [3..] => random(). 1254 $path = explode( '/', $_SERVER['REQUEST_URI']);1254 $path = explode( '/', trailingslashit( explode( '?', $_SERVER['REQUEST_URI'] )[0] ) ); 1255 1255 1256 1256 if ( 'tags' === $path[2] ) {
Note: See TracChangeset
for help on using the changeset viewer.