Making WordPress.org

Changeset 11367


Ignore:
Timestamp:
12/14/2021 01:34:22 AM (3 years ago)
Author:
dd32
Message:

SVN Watcher: Remove an unused variable causing a PHP Notice.

See #5978.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-trac-watcher/admin/reports-page.php

    r11364 r11367  
    300300                echo '<thead><tr><th>ID</th><th>Name</th><th>DisplayName</th><th>Count</th><th>Profile URL</th><th>Gravatar</th><th>GravURL</th></tr></thead>';
    301301                foreach ( $details as $c ) {
    302                     $link = add_query_arg(
    303                         [
    304                             'page' => str_replace( 'reports', 'edit', $_REQUEST['page'] ),
    305                             'revisions' => $c->revisions
    306                         ],
    307                         admin_url( 'admin.php' )
    308                     );
    309302                    printf(
    310303                        '<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>',
Note: See TracChangeset for help on using the changeset viewer.