Changeset 33039 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 07/01/2015 09:50:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r33038 r33039 1650 1650 * @param string $deprecated_2 No longer used. 1651 1651 */ 1652 function comment_form_title( $noreplytext , $deprecated = null, $deprecated_2 = null ) {1652 function comment_form_title( $noreplytext = false, $deprecated = null, $deprecated_2 = null ) { 1653 1653 if ( ! is_null( $deprecated ) ) 1654 1654 _deprecated_argument( __FUNCTION__, '4.3' );
Note: See TracChangeset
for help on using the changeset viewer.