Changeset 341
- Timestamp:
- 01/30/2014 11:23:27 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
r338 r341 153 153 .history.growing:before { content: "\f142"; color: red } 154 154 .history.shrinking:before { content: "\f140"; color: green } 155 .component-info .create-new-ticket { float: right; margin-top: 25px; } 155 156 </style> 156 157 <script> … … 279 280 $component_milestone_type[ $row->component ][ $row->milestone ][ $row->type ] += $row->count; 280 281 } 282 283 echo '<div><a class="create-new-ticket button button-large button-primary" href="https://wordpress.org/support/bb-login.php?redirect_to=' . urlencode( 'https://core.trac.wordpress.org/newticket?component=' . urlencode( $component ) ) . '">Create a new ticket</a></div>'; 281 284 282 285 if ( ! $component_count = array_sum( $component_type[ $component ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.