How to clean this error????
Notice: getCommentDate is deprecated. Use getCommentDateTime(). in /home3/h7u125/public_html/photo/zp-core/template-functions.php on line 2701
08/01/09 ,
Notice: getCommentTime is deprecated. Use getCommentDateTime(). in /home3/h7u125/public_html/photo/zp-core/template-functions.php on line 2726
Comments
In that file, find the following code:
`
<?php echo getCommentDate();?>
,
<?php echo getCommentTime();?>
`
and replace it with the following code:
`
<?php echo getCommentDateTime();?>
`