Changeset 46391
- Timestamp:
- 10/04/2019 10:18:11 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r46341 r46391 540 540 /** 541 541 * @global WP_Post $post Global post object. 542 * @global WP_Comment $comment 542 * @global WP_Comment $comment Global comment object. 543 543 * 544 544 * @param WP_Comment $item -
trunk/src/wp-admin/includes/dashboard.php
r46130 r46391 624 624 * @since 2.7.0 625 625 * 626 * @global WP_Comment $comment 626 * @global WP_Comment $comment Global comment object. 627 627 * 628 628 * @param WP_Comment $comment The current comment. -
trunk/src/wp-includes/class-walker-comment.php
r45932 r46391 162 162 * @see wp_list_comments() 163 163 * @global int $comment_depth 164 * @global WP_Comment $comment 164 * @global WP_Comment $comment Global comment object. 165 165 * 166 166 * @param string $output Used to append additional content. Passed by reference. -
trunk/src/wp-includes/class-wp-query.php
r46201 r46391 3352 3352 * 3353 3353 * @since 2.2.0 3354 * @global WP_Comment $comment Current comment.3354 * @global WP_Comment $comment Global comment object. 3355 3355 */ 3356 3356 public function the_comment() { -
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. -
trunk/src/wp-includes/comment.php
r46292 r46391 185 185 * @since 2.0.0 186 186 * 187 * @global WP_Comment $comment 187 * @global WP_Comment $comment Global comment object. 188 188 * 189 189 * @param WP_Comment|string|int $comment Comment to retrieve. -
trunk/src/wp-includes/template.php
r45742 r46391 693 693 * @global WP $wp Current WordPress environment instance. 694 694 * @global int $id 695 * @global WP_Comment $comment 695 * @global WP_Comment $comment Global comment object. 696 696 * @global int $user_ID 697 697 *
Note: See TracChangeset
for help on using the changeset viewer.