Ticket #20733: 20733.patch
| File 20733.patch, 406 bytes (added by SergeyBiryukov, 12 months ago) |
|---|
-
wp-includes/class-wp-customize-manager.php
483 483 $bp = $b->priority; 484 484 485 485 if ( $ap == $bp ) 486 return 0;486 return strcmp( $a->id, $b->id ); 487 487 return ( $ap > $bp ) ? 1 : -1; 488 488 } 489 489
