Changeset 35013 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 10/10/2015 03:44:16 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r34871 r35013 1220 1220 * @since 1.5.0 1221 1221 * 1222 * @global WP_Query $wp_query1223 * @global WP_Post $post1224 * @global wpdb $wpdb1225 * @global int $id1226 * @global object$comment1227 * @global string $user_login1228 * @global int $user_ID1229 * @global string $user_identity1230 * @global bool $overridden_cpage1222 * @global WP_Query $wp_query 1223 * @global WP_Post $post 1224 * @global wpdb $wpdb 1225 * @global int $id 1226 * @global WP_Comment $comment 1227 * @global string $user_login 1228 * @global int $user_ID 1229 * @global string $user_identity 1230 * @global bool $overridden_cpage 1231 1231 * 1232 1232 * @param string $file Optional. The file to load. Default '/comments.php'.
Note: See TracChangeset
for help on using the changeset viewer.