Changeset 21324
- Timestamp:
- 07/25/2012 04:27:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r20974 r21324 1332 1332 $depth++; 1333 1333 $GLOBALS['comment_depth'] = $depth; 1334 $GLOBALS['comment'] = $comment; 1334 1335 1335 1336 if ( !empty($args['callback']) ) { … … 1338 1339 } 1339 1340 1340 $GLOBALS['comment'] = $comment;1341 1341 extract($args, EXTR_SKIP); 1342 1342
Note: See TracChangeset
for help on using the changeset viewer.