示例#1
0
 /**
  * Retrieve the anchor text for the next link
  *
  * @return string
  */
 public function getAnchorTextForNext()
 {
     return $this->isSimplePager() ? stripslashes($this->__('<span class=\\"meta-nav\\">&larr;</span> Older posts')) : parent::getAnchorTextForNext();
 }