fix: correct ref container class name
This commit is contained in:
parent
58683dd523
commit
7adab1cd45
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Footnotes {
|
|||
* Also, the visibility of initialize_widgets() is not private any longer.
|
||||
*/
|
||||
public function initialize_widgets() {
|
||||
register_widget( 'Footnotes_Widget_Reference_container' );
|
||||
register_widget( 'Footnotes_Widget_Reference_Container' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue