Home
last modified time | relevance | path

Searched refs:_createTwitterUrl (Results 1 – 1 of 1) sorted by relevance

/plugin/pubmed2020/
H A Dsyntax.php170 "tweet_current" => "<a href='".$this->_createTwitterUrl($refs, true).
173 "tweet_pmid" => "<a href='".$this->_createTwitterUrl($refs).
339 …$lg .= " <a href='".$this->_createTwitterUrl($refs)."' class='list-group-item pubmed' rel='noopen…
342 …$lg .= " <a href='".$this->_createTwitterUrl($refs, true)."' class='list-group-item pubmed' rel='…
644 function _createTwitterUrl($refs, $currentUrl = false) { function in syntax_plugin_pubmed2020