Making WordPress.org

Changeset 256


Ignore:
Timestamp:
01/10/2014 12:46:30 AM (10 years ago)
Author:
nacin
Message:

Trac: Rename 'User Interface' tab to 'Help Links' and remove the unnecessary icons option. see #272.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r254 r256  
    7070            });
    7171
     72            // 'User Interface' preferences tab => 'Help Links' (and removes icons-only setting)
     73            var uitab = $('#tab_userinterface');
     74            if ( uitab.length ) {
     75                uitab.text('Help Links');
     76                if ( uitab.hasClass('active') ) {
     77                    $('input[name="ui.use_symbols"]').closest('div.field').remove();
     78                }
     79            }
     80
    7281            // Add After the Deadline (only add it if it loaded)
    7382            if ( $.isFunction( $.fn.addProofreader ) ) {
Note: See TracChangeset for help on using the changeset viewer.