Changeset 43301
- Timestamp:
- 05/21/2018 12:39:54 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/edit-form-comment.php
r38616 r43301 30 30 <div id="comment-link-box"> 31 31 <strong><?php _ex( 'Permalink:', 'comment' ); ?></strong> 32 <span id="sample-permalink"><a href="<?php echo $comment_link; ?>"><?php echo $comment_link; ?></a></span> 32 <span id="sample-permalink"> 33 <a href="<?php echo esc_url( $comment_link ); ?>"> 34 <?php echo esc_html( $comment_link ); ?> 35 </a> 36 </span> 33 37 </div> 34 38 </div>
Note: See TracChangeset
for help on using the changeset viewer.