Changeset 5965 for trunk/wp-includes/js/tinymce/wp-mce-help.php
- Timestamp:
- 08/28/2007 11:23:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/wp-mce-help.php
r4983 r5965 7 7 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 8 8 <title><?php _e('Rich Editor Help') ?></title> 9 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 10 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 11 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 12 <?php endif; ?> 9 <?php wp_admin_css(); ?> 13 10 <style type="text/css"> 14 11 #wphead { … … 184 181 </body> 185 182 </html> 186
Note: See TracChangeset
for help on using the changeset viewer.