Changeset 43571 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r43290 r43571 27 27 if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_ID > 0 ) : 28 28 $comment_link = get_comment_link( $comment ); 29 ?>29 ?> 30 30 <div class="inside"> 31 31 <div id="comment-link-box"> … … 73 73 $quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' ); 74 74 wp_editor( 75 $comment->comment_content, 'content', array( 75 $comment->comment_content, 76 'content', 77 array( 76 78 'media_buttons' => false, 77 79 'tinymce' => false, … … 147 149 $parent_link = esc_url( get_comment_link( $parent ) ); 148 150 $name = get_comment_author( $parent ); 149 ?>151 ?> 150 152 <div class="misc-pub-section misc-pub-reply-to"> 151 153 <?php … … 157 159 ?> 158 160 </div> 159 <?php161 <?php 160 162 endif; 161 163 endif; … … 227 229 try{document.post.name.focus();}catch(e){} 228 230 </script> 229 <?php231 <?php 230 232 endif;
Note: See TracChangeset
for help on using the changeset viewer.