Changeset 46349 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 09/30/2019 01:29:10 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46335 r46349 225 225 $return = $author; 226 226 } else { 227 $return = "<a href='$url' rel='external nofollow ' class='url'>$author</a>";227 $return = "<a href='$url' rel='external nofollow ugc' class='url'>$author</a>"; 228 228 } 229 229
Note: See TracChangeset
for help on using the changeset viewer.