Changeset 31085
- Timestamp:
- 01/08/2015 06:09:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r31077 r31085 895 895 * @return int 896 896 */ 897 protected f inal function _cmp_priority( $a, $b ) {897 protected function _cmp_priority( $a, $b ) { 898 898 if ( $a->priority === $b->priority ) { 899 899 return $a->instance_number - $a->instance_number;
Note: See TracChangeset
for help on using the changeset viewer.