From 7adab1cd453d68e35ac353d9c794ec14521efa2e Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 19 Apr 2021 12:19:56 +0100 Subject: [PATCH] fix: correct ref container class name --- class/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/init.php b/class/init.php index 0126276..b0c7bc1 100644 --- a/class/init.php +++ b/class/init.php @@ -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' ); } /**