Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin-bar-user-switching.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ function abus_styles() {
}

add_action( 'wp_head', 'abus_styles' );
add_action( 'admin_head', 'abus_styles' );
add_action( 'admin_head', 'abus_styles' );
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down