Skip to content

Commit

Permalink
making sure we don't miss a var
Browse files Browse the repository at this point in the history
The logging function that is being called has a new param for post_parent set to null. Now I'm making sure that I don't miss it.
  • Loading branch information
curtismchale committed Apr 28, 2014
1 parent e4c4d33 commit 95e9268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 404.php
Expand Up @@ -33,6 +33,7 @@
wptt_log_error(
'404 Page',
'Someone hit the 404 page',
'',
array( 'user' => $current_user )
);

Expand All @@ -45,4 +46,4 @@

</div><!-- /#four-o-four -->

<?php get_footer(); ?>
<?php get_footer(); ?>

0 comments on commit 95e9268

Please sign in to comment.