Changeset 5714 for branches/2.2/wp-includes/comment-template.php
- Timestamp:
- 06/15/2007 05:45:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/comment-template.php
r5626 r5714 286 286 $req = get_option('require_name_email'); 287 287 $commenter = wp_get_current_commenter(); 288 extract($commenter );288 extract($commenter, EXTR_SKIP); 289 289 290 290 // TODO: Use API instead of SELECTs.
Note: See TracChangeset
for help on using the changeset viewer.