Changeset 46391 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 10/04/2019 10:18:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46349 r46391 1308 1308 * @global wpdb $wpdb WordPress database abstraction object. 1309 1309 * @global int $id 1310 * @global WP_Comment $comment 1310 * @global WP_Comment $comment Global comment object. 1311 1311 * @global string $user_login 1312 1312 * @global int $user_ID … … 1923 1923 * @since 2.7.0 1924 1924 * 1925 * @global WP_Comment $comment Current comment.1925 * @global WP_Comment $comment Global comment object. 1926 1926 * 1927 1927 * @param string $noreplytext Optional. Text to display when not replying to a comment.
Note: See TracChangeset
for help on using the changeset viewer.