Changeset 11367
- Timestamp:
- 12/14/2021 01:34:22 AM (3 years ago)
- 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 300 300 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>'; 301 301 foreach ( $details as $c ) { 302 $link = add_query_arg(303 [304 'page' => str_replace( 'reports', 'edit', $_REQUEST['page'] ),305 'revisions' => $c->revisions306 ],307 admin_url( 'admin.php' )308 );309 302 printf( 310 303 '<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.