Changeset 8764
- Timestamp:
- 08/28/2008 10:03:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r8756 r8764 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) ) {
Note: See TracChangeset
for help on using the changeset viewer.