Changeset 37431 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r37349 r37431 705 705 $comment = get_comment($comment); 706 706 707 // Back wards compat707 // Back-compat. 708 708 if ( ! is_array( $args ) ) { 709 709 $args = array( 'page' => $args );
Note: See TracChangeset
for help on using the changeset viewer.