Changeset 51657 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r51321 r51657 125 125 usort( 126 126 $templates, 127 function ( $template_a, $template_b ) use ( $slug_priorities ) {127 static function ( $template_a, $template_b ) use ( $slug_priorities ) { 128 128 return $slug_priorities[ $template_a->slug ] - $slug_priorities[ $template_b->slug ]; 129 129 }
Note: See TracChangeset
for help on using the changeset viewer.