Changeset 14643
- Timestamp:
- 01/28/2026 04:07:45 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-wp-plugins.php
r13605 r14643 43 43 $locale_key = $set->locale . '/' . $set->locale_slug; 44 44 } 45 $sub_project = str_replace( "$project _path/", '', $set->path );45 $sub_project = str_replace( "$project->path/", '', $set->path ); 46 46 $sub_projects[ $sub_project ] = true; 47 47
Note: See TracChangeset
for help on using the changeset viewer.