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-includes/general-template.php

    r17187 r17695  
    18421842    </script>
    18431843<?php
     1844    // queue scripts
     1845    if ( $richedit )
     1846        add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 );
     1847    else
     1848        add_action( 'admin_print_footer_scripts', 'wp_quicktags', 25 );
     1849
    18441850}
    18451851
Note: See TracChangeset for help on using the changeset viewer.