Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Jan 29, 2016
1 parent 095fcb2 commit 276677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blank-footnotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function bfn_add_mce_button() {
// Add filter if WYSIWYG is enabled
if ( 'true' == get_user_option( 'rich_editing' ) ) {
add_filter( 'mce_external_plugins', 'bfn_enqueue_mce_plugin_scripts' );
add_filter( 'mce_buttons', 'bfm_register_mce_buttons' );
add_filter( 'mce_buttons', 'bfn_register_mce_buttons' );
}

}
Expand Down

0 comments on commit 276677c

Please sign in to comment.