예제 #1
0
 /**
  * Retrieve the anchor text for the previous link
  *
  * @return string
  */
 public function getAnchorTextForPrevious()
 {
     return $this->isSimplePager() ? stripslashes($this->__('Newer posts <span class=\\"meta-nav\\">&rarr;</span>')) : parent::getAnchorTextForPrevious();
 }