Ticket #7435: wp_comment_reply filter call.2.diff
File wp_comment_reply filter call.2.diff, 528 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/template.php
1070 1070 global $current_user; 1071 1071 1072 1072 // allow plugin to replace the popup content 1073 $content = apply_filters( 'wp_comment_reply', '' );1073 $content = apply_filters( 'wp_comment_reply', '', array('position'=>$position, 'checkbox'=>$checkbox, 'mode'=>$mode) ); 1074 1074 1075 1075 if ( ! empty($content) ) { 1076 1076 echo $content;