Changeset 256
- Timestamp:
- 01/10/2014 12:46:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r254 r256 70 70 }); 71 71 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 72 81 // Add After the Deadline (only add it if it loaded) 73 82 if ( $.isFunction( $.fn.addProofreader ) ) {
Note: See TracChangeset
for help on using the changeset viewer.