Skip to content
Snippets Groups Projects

v0.3

Merged Erick Hitter requested to merge fix/phpcs into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -154,10 +154,10 @@ class ETH_Redirect_To_Latest_Post {
return null;
}
$redirect = [
$redirect = array(
'destination' => '',
'status_code' => 302,
];
);
$query_args = array(
'posts_per_page' => 1,
Loading