Changeset 54881 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 11/26/2022 08:59:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r47219 r54881 94 94 <?php 95 95 if ( get_comment_author_url() ) { 96 echo '<uri>' . get_comment_author_url() . '</uri>';} 96 echo '<uri>' . get_comment_author_url() . '</uri>'; 97 } 97 98 ?> 98 99
Note: See TracChangeset
for help on using the changeset viewer.