Skip to content

Commit

Permalink
New beta release on the way
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjonsson committed May 6, 2014
1 parent b080c27 commit b82cef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arlima.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/victorjonsson/Arlima
Description: Manage the order of posts on your front page, or any page you want. This is a plugin suitable for online newspapers that's in need of a fully customizable front page.
Author: VK (<a href="http://twitter.com/chredd">@chredd</a>, <a href="http://twitter.com/znoid">@znoid</a>, <a href="http://twitter.com/victor_jonsson">@victor_jonsson</a>, <a href="http://twitter.com/lefalque">@lefalque</a>)
Version: 3.0.beta.3
Version: 3.0.beta.4
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/WPLoop.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function renderList($output = true)
*/
protected function extractTemplateData($post, $article_counter)
{
$date = self::getPostTimeStamp($post);
$date = Arlima_ListFactory::getPostTimeStamp($post);
$article = array_merge(array(
'post' => $post->ID,
'options' => array(
Expand Down
Loading

0 comments on commit b82cef9

Please sign in to comment.