From 0743d391d662c0b131d0ad956d59c8642050cf19 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 30 Jan 2008 02:55:19 +0000 Subject: [PATCH] New function in PPFrame_DOM should be here too. --- includes/Preprocessor.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/Preprocessor.php b/includes/Preprocessor.php index ba788aa80b..2543a23dc8 100644 --- a/includes/Preprocessor.php +++ b/includes/Preprocessor.php @@ -57,6 +57,11 @@ interface PPFrame { * Returns true if the infinite loop check is OK, false if a loop is detected */ function loopCheck( $title ); + + /** + * Return true if the frame is a template frame + */ + function isTemplate(); } interface PPNode { -- 2.20.1