From f3191907d9f458f7f8f6fed254ab10ffacee7dab Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 18 Sep 2020 14:25:25 -0300 Subject: [PATCH] Add missing line break --- includes/class-wc-install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index 152b5be34da..d217d5a79a0 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -544,6 +544,7 @@ class WC_Install { self::create_pages(); } } + /** * Create pages that the plugin relies on, storing page IDs in variables. */