Make WordPress Core


Ignore:
Timestamp:
04/25/2011 01:01:34 AM (14 years ago)
Author:
azaozz
Message:

Distraction Free Writing mode, see #17136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r17445 r17695  
    1212
    1313wp_enqueue_script('post');
    14 
    15 if ( post_type_supports($post_type, 'editor') ) {
    16     if ( user_can_richedit() )
    17         wp_enqueue_script('editor');
    18     wp_enqueue_script('word-count');
    19 }
    2014
    2115if ( post_type_supports($post_type, 'editor') || post_type_supports($post_type, 'thumbnail') ) {
Note: See TracChangeset for help on using the changeset viewer.