Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://plugins.svn.wordpress.org/papercite/trunk@370088 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
bpiwowar committed Apr 7, 2011
1 parent 8514913 commit 86f45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papercite.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function process(&$matches) {

$tplOptions = array(
"anonymous-whole" => true, // for compatibility in the output
"group" => $options["group"], "group-order" => $options["group_order"],
"group" => $options["group"], "group_order" => $options["group_order"],
"sort" => $options["sort"], "order" => $options["order"],
"key_format" => $options["key_format"]);
$data = null;
Expand Down

0 comments on commit 86f45e3

Please sign in to comment.