Changeset 51657 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51551 r51657 2693 2693 usort( 2694 2694 $styles, 2695 function( $a, $b ) {2695 static function( $a, $b ) { 2696 2696 return ( $a['size'] <= $b['size'] ) ? -1 : 1; 2697 2697 }
Note: See TracChangeset
for help on using the changeset viewer.