Changeset 52149
- Timestamp:
- 11/12/2021 10:45:33 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/template-tags.php
r47886 r52149 209 209 comment_form( 210 210 array( 211 'logged_in_as' => null,212 211 'title_reply' => null, 213 212 ) -
trunk/src/wp-content/themes/twentytwentyone/comments.php
r51553 r52149 83 83 comment_form( 84 84 array( 85 'logged_in_as' => null,86 85 'title_reply' => esc_html__( 'Leave a comment', 'twentytwentyone' ), 87 86 'title_reply_before' => '<h2 id="reply-title" class="comment-reply-title">',
Note: See TracChangeset
for help on using the changeset viewer.