Skip to content

Commit

Permalink
Fix typos in comments in bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Apr 30, 2015
1 parent d0c5c68 commit f723114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
/**
* Fires when CMB2 is included/loaded
*
* Should be used to to add metaboxes. See example-functions.php
* Should be used to add metaboxes. See example-functions.php
*/
do_action( 'cmb2_init' );

/**
* For back-compat. Does the dirtywork of instantiatiating all the
* For back-compat. Does the dirtywork of instantiating all the
* CMB2 instances for the cmb2_meta_boxes filter
* @since 2.0.2
*/
Expand Down

0 comments on commit f723114

Please sign in to comment.