Changeset 12207 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php
- Timestamp:
- 11/07/2022 03:01:57 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/class-user-registrations-list-table.php
r11623 r12207 1 1 <?php 2 if ( ! class_exists( 'WP_List_Table' ) ){ 3 require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' ); 4 } 2 5 3 6 class User_Registrations_List_Table extends WP_List_Table {
Note: See TracChangeset
for help on using the changeset viewer.