Changeset 2023 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
- Timestamp:
- 11/01/2015 06:33:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r2022 r2023 392 392 } 393 393 394 $history = $this->api->get_component_history( $component );394 $history = $this->api->get_component_history( $component, self::last_x_days ); 395 395 $direction = ''; 396 396 if ( $history['change'] > 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.