Changeset 43290 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 05/16/2018 10:38:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r42343 r43290 31 31 <div id="comment-link-box"> 32 32 <strong><?php _ex( 'Permalink:', 'comment' ); ?></strong> 33 <span id="sample-permalink"><a href="<?php echo $comment_link; ?>"><?php echo $comment_link; ?></a></span> 33 <span id="sample-permalink"> 34 <a href="<?php echo esc_url( $comment_link ); ?>"> 35 <?php echo esc_html( $comment_link ); ?> 36 </a> 37 </span> 34 38 </div> 35 39 </div>
Note: See TracChangeset
for help on using the changeset viewer.