Skip to content
This repository has been archived by the owner on Oct 4, 2017. It is now read-only.

Commit

Permalink
fixed for undefined function when appending future signififier
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Feb 14, 2012
1 parent 31b9159 commit 72e3ee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions includes/templating.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ function translate_date( $date, $type ) {

//append e.g, ' (Anticipated)' to future dates
//note: this string won't appear in .POT files, but should still hit qTranslate when run (I hope)
// TODO: Fix this since right now it does return a Fatal Error
//$date .= __( $this->parent->api->filters( 'future_signifier', $this->future_signifier ) );
$date .= __( $this->parent->api->apply_filters( 'future_signifier', $this->future_signifier ) );

return $date;

Expand Down

0 comments on commit 72e3ee0

Please sign in to comment.