diff --git a/admin-bar-user-switching.php b/admin-bar-user-switching.php index 4f5d28a..2372a63 100644 --- a/admin-bar-user-switching.php +++ b/admin-bar-user-switching.php @@ -249,4 +249,4 @@ function abus_styles() { } add_action( 'wp_head', 'abus_styles' ); -add_action( 'admin_head', 'abus_styles' ); \ No newline at end of file +add_action( 'admin_head', 'abus_styles' ); diff --git a/readme.txt b/readme.txt index 273ecf7..4028bc0 100644 --- a/readme.txt +++ b/readme.txt @@ -56,8 +56,8 @@ It does indeed, although not too many! The following filters can be used. == Changelog == = 1.1.1 = -* Only enqueue js if the user is logged in -* Do not seperately enqueue jQuery as it is already stated as a dependancy +* Don't enqueue abus_script if user isn't logged in. +* Don't enqueue jquery manually since it's a depency for abus_script will be enqueued automatically. = 1.1 = * Add keyboard navigation