Skip to content

Commit

Permalink
Docblock require once
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 31, 2020
1 parent 36821b3 commit 91ad6bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wp-accessibility-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* @link https://www.joedolson.com/wp-accessibility/
*/

/**
* Toolbar class.
*/
require_once( dirname( __FILE__ ) . '/class-wp-accessibility-toolbar.php' );

add_action( 'widgets_init', 'wpa_register_toolbar_widget' );
Expand Down

0 comments on commit 91ad6bd

Please sign in to comment.