Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
r9966 r10000 289 289 $args['comment_field'] = self::wp_editor_comments( $label, $comment ); 290 290 291 // Args for adding hidden links after the comment form submit field. 291 // Args for adding hidden links after the comment form submit field. 292 292 $args['context'] = $context; 293 293 $args['comment_edit'] = $comment; … … 393 393 $note_link = sprintf( __( '%1$s by %2$s', 'wporg' ), "<a href='{$post_url}'>{$parent_note}</a>", $parent_author ); 394 394 } 395 } 395 } 396 396 397 397 $allowed_tags = '';
Note: See TracChangeset
for help on using the changeset viewer.