Make WordPress Core

Changeset 8764


Ignore:
Timestamp:
08/28/2008 10:03:38 PM (16 years ago)
Author:
azaozz
Message:

Pass on variables to the wp_comment_reply filter. Props caesarsgrunt, see #7435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r8756 r8764  
    10711071
    10721072    // 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) );
    10741074   
    10751075    if ( ! empty($content) ) {
Note: See TracChangeset for help on using the changeset viewer.