Make WordPress Core

Changeset 7929


Ignore:
Timestamp:
05/14/2008 04:07:42 AM (16 years ago)
Author:
ryan
Message:

Word count detection fix from ramenboy. fixes #6967

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js

    r7854 r7929  
    134134
    135135            // Word count if script is loaded
    136             if ( 'undefined' != wpWordCount ) {
     136            if ( 'undefined' != typeof wpWordCount ) {
    137137                var last = 0;
    138138                ed.onKeyUp.add(function(ed, e) {
Note: See TracChangeset for help on using the changeset viewer.