Changeset 3794
- Timestamp:
- 08/09/2016 09:05:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/js/stats.js
r3384 r3794 72 72 73 73 // Move 'other' versions to the beginning. 74 versionList.unshift( versionList.pop() ); 74 if ( 'other' === versionList[ versionList.length - 1 ] ) { 75 versionList.unshift( versionList.pop() ); 76 } 75 77 76 78 // Add all the versions
Note: See TracChangeset
for help on using the changeset viewer.