Changeset 1148 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 04/24/2004 09:21:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-comment.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r1140 r1148 44 44 <div id="quicktags"> 45 45 <?php 46 if (get_settings('use_quicktags')) {47 46 echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: '; 48 47 include('quicktags.php'); 49 }50 48 ?> 51 49 </div> … … 59 57 </fieldset> 60 58 61 <?php62 if (get_settings('use_quicktags')) {63 ?>64 59 <script type="text/javascript" language="JavaScript"> 65 60 <!-- … … 67 62 //--> 68 63 </script> 69 <?php70 }71 ?>72 64 73 65 <p class="submit"><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
Note: See TracChangeset
for help on using the changeset viewer.