Making WordPress.org


Ignore:
Timestamp:
04/05/2022 01:18:00 AM (4 years ago)
Author:
dd32
Message:

Plugin Directory: Stats Report: Fix the stats page options, incorrect parameter name added in [11728].

See #4306.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/tools/class-stats-report.php

    r11728 r11742  
    220220
    221221                <form method="get">
    222                 <input type="hidden" name="action" value="<?php echo esc_attr( $_REQUEST['action'] ); ?>"/>
     222                <input type="hidden" name="page" value="<?php echo esc_attr( $_REQUEST['page'] ); ?>"/>
    223223                <table class="form-table"><tbody>
    224224                <tr><th scope="row"><label for="date"><?php _e( 'Date', 'wporg-plugins' ); ?></label></th><td>
Note: See TracChangeset for help on using the changeset viewer.