Changeset 2847 for sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-functions.php
- Timestamp:
- 03/29/2016 11:48:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-functions.php
r2837 r2847 136 136 // If a status change and a note occur at the same time, show the change before the note 137 137 if ( $a['timestamp'] == $b['timestamp'] ) { 138 return ( ' _status_change' == $a['type'] ) ? -1 : 1; // todo not consistent138 return ( 'status_change' == $a['type'] ) ? 1 : -1; 139 139 } 140 140
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)