Changeset 28035
- Timestamp:
- 04/08/2014 04:12:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r28033 r28035 1367 1367 1368 1368 // Trigger a router.naviagte update 1369 themes.router.navigate( themes.router.baseUrl( '? sort=' + sort ) );1369 themes.router.navigate( themes.router.baseUrl( '?browse=' + sort ) ); 1370 1370 }, 1371 1371 … … 1529 1529 routes: { 1530 1530 'theme-install.php?theme=:slug': 'preview', 1531 'theme-install.php? sort=:sort': 'sort',1531 'theme-install.php?browse=:sort': 'sort', 1532 1532 'theme-install.php?upload': 'upload', 1533 1533 'theme-install.php?search=:query': 'search',
Note: See TracChangeset
for help on using the changeset viewer.