Changeset 955 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 02/29/2004 08:43:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r872 r955 44 44 <div id="quicktags"> 45 45 <?php 46 if ( $use_quicktags) {46 if (get_settings('use_quicktags')) { 47 47 echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="Help with quicktags">Quicktags</a>: '; 48 48 include('quicktags.php'); … … 60 60 61 61 <?php 62 if ( $use_quicktags) {62 if (get_settings('use_quicktags')) { 63 63 ?> 64 64 <script type="text/javascript" language="JavaScript">
Note: See TracChangeset
for help on using the changeset viewer.