Making WordPress.org


Ignore:
Timestamp:
01/31/2014 07:50:22 AM (11 years ago)
Author:
nacin
Message:

Trac reports page: Add new focuses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php

    r349 r352  
    469469        echo '<option value="" selected="selected">' . $default . '</option>';
    470470        if ( in_array( 'focus', $topics ) ) {
    471             $focuses = array( 'ui', 'accessibility', 'javascript', 'docs', 'multisite', 'performance', 'rtl' );
     471            $focuses = array( 'accessibility', 'administration', 'docs', 'javascript', 'multisite', 'performance', 'rtl', 'template', 'ui' );
    472472            foreach ( $focuses as $focus ) {
    473473                echo '<option value="focus/' . $focus . '">' . $focus . ( $both ? ' (focus)' : '' ) . '</option>';
Note: See TracChangeset for help on using the changeset viewer.