From d4eb10357b4b40799481e7a5cba82dcbc3d5b8fd Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Sun, 3 Dec 2023 19:43:17 -0600 Subject: [PATCH] Update Template.php --- Template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Template.php b/Template.php index fc698e0e89..e855d7e565 100644 --- a/Template.php +++ b/Template.php @@ -335,6 +335,7 @@ public function prepare() : void { } } if ((stripos($this->rawtext, 'citation_bot_placeholder_comment') === FALSE) && + (stripos($this->rawtext, 'graph title') === FALSE) && (!$this->blank(['pmc', 'pmid', 'doi', 'jstor']) || (stripos($this->get('journal') . $this->get('title'), 'arxiv') !== FALSE && !$this->blank(ARXIV_ALIASES)))) { // Have some good data $the_title = $this->get('title');