From 6c4fd4dabced64100121f9166ea0744b7aaf5f44 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Fri, 11 Mar 2016 19:15:30 +0100 Subject: [PATCH] Tweak the docs for Page::modular() and Page::modularTwig() Fixes #724 --- system/src/Grav/Common/Page/Page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index 25e8d23ad..c8ecf7d22 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -1873,7 +1873,7 @@ class Page } /** - * Gets and sets the modular var that helps identify this parent page contains modular pages. + * Gets and sets the modular var that helps identify this page is a modular child * * @param bool $var true if modular_twig * @@ -1885,7 +1885,7 @@ class Page } /** - * Gets and sets the modular_twig var that helps identify this page as a modular page that will need + * Gets and sets the modular_twig var that helps identify this page as a modular child page that will need * twig processing handled differently from a regular page. * * @param bool $var true if modular_twig