Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/wp-mce-help.php

    r3167 r3517  
    9494            t = d('tab'+i.toString());
    9595            if ( n == i ) {
    96                 c.className = '';   
     96                c.className = '';
    9797                t.className = 'current';
    9898            } else {
Note: See TracChangeset for help on using the changeset viewer.