Changeset 38650
- Timestamp:
- 09/25/2016 05:32:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r38470 r38650 946 946 * 947 947 * @since 4.4.0 948 * @since 4.7.0 Introduced the `$comment_ID` parameter. 948 949 * 949 950 * @param int $page Comment page. … … 966 967 * @type int $max_depth Maximum comment threading depth allowed. 967 968 * } 968 */ 969 return apply_filters( 'get_page_of_comment', (int) $page, $args, $original_args ); 969 * @param int $comment_ID ID of the comment. 970 */ 971 return apply_filters( 'get_page_of_comment', (int) $page, $args, $original_args, $comment_ID ); 970 972 } 971 973
Note: See TracChangeset
for help on using the changeset viewer.