Changeset 6570 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-consistency.php
- Timestamp:
- 02/08/2018 05:18:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-consistency.php
r6452 r6570 173 173 174 174 public function _sort_callback( $a, $b ) { 175 return strnatc asecmp( $a->translation, $b->translation );175 return strnatcmp( $a->translation, $b->translation ); 176 176 } 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.