Created
July 31, 2013 16:04
-
-
Save jeremyfelt/6123380 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class WSU_WP_Admin_Bar extends WP_Admin_Bar { | |
| } | |
| add_filter( 'wp_admin_bar_class', function() { return 'WSU_WP_Admin_Bar'; } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment