Skip to content

Commit

Permalink
Rename the file to keep this self-contained.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Jun 26, 2023
1 parent f236f93 commit fb5fdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mu-plugins/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

// Delay loading until admin_init.
add_action( 'admin_init', function() {
require_once __DIR__ . '/users.php';
require_once __DIR__ . '/user-list-last-logged-in.php';
}, 1 );
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace WordPressdotorg\MU_Plugins\Admin\Users;
namespace WordPressdotorg\MU_Plugins\Admin\Users\Last_Logged_In;

add_filter( 'manage_users_columns', __NAMESPACE__ . '\manage_users_columns' );
add_filter( 'manage_users_sortable_columns', __NAMESPACE__ . '\manage_users_sortable_columns' );
Expand Down

0 comments on commit fb5fdda

Please sign in to comment.