Changeset 6746

Show
Ignore:
Timestamp:
02/07/08 04:21:22 (10 months ago)
Author:
ryan
Message:

Show media upload buttons when RTE is not enabled. Props tellyworth. fixes #5764

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/general-template.php

    r6726 r6746  
    958958    // ]]> 
    959959    </script> 
     960     
     961    <?php else: // Rich editor is disabled in profile but we still need the media buttons   ?> 
     962         
     963    <div id='editor-toolbar' style='display:block;'> 
     964            <div id="media-buttons"> 
     965            <?php _e('Add media:'); ?> 
     966            <?php do_action( 'media_buttons'); ?> 
     967            </div> 
     968    </div> 
    960969 
    961970    <?php endif; // user_can_richedit() ?>