fix: correct ref container class name

This commit is contained in:
Ben Goldsworthy 2021-04-19 12:19:56 +01:00
parent 58683dd523
commit 7adab1cd45

View file

@ -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' );
}
/**