Changeset 1148 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/24/2004 09:21:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r1139 r1148 103 103 <div id="quicktags"> 104 104 <?php 105 if ( get_settings('use_quicktags') ) {106 105 echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: '; 107 106 include('quicktags.php'); 108 }109 107 ?> 110 108 </div> … … 119 117 120 118 <?php 121 if ( get_settings('use_quicktags') ) {122 119 ?> 123 120 <script type="text/javascript" language="JavaScript"> … … 127 124 </script> 128 125 <?php 129 }130 126 if ($action != 'editcomment') { 131 127 if (get_settings('use_geo_positions')) {
Note: See TracChangeset
for help on using the changeset viewer.