Skip to content

Commit

Permalink
Update Template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 4, 2023
1 parent 5103672 commit d4eb103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit d4eb103

Please sign in to comment.