Make WordPress Core

Changeset 8035


Ignore:
Timestamp:
06/03/2008 08:13:33 AM (16 years ago)
Author:
ryan
Message:

Word count fix from azaozz. fixes #6991

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/js/word-count.js

    r7854 r8035  
    2222            if ( t.block ) return;
    2323            t.block = 1;
    24             tx = tx.replace( /^\s*|\s*$/g, '' );
     24
    2525            setTimeout( function() {
    2626                if ( tx ) {
Note: See TracChangeset for help on using the changeset viewer.