merged 197 to tags
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -54,7 +54,7 @@ print "</pre>"; | ... | @@ -54,7 +54,7 @@ print "</pre>"; |
| 54 | 54 | ||
| 55 | <?php | 55 | <?php |
| 56 | 56 | ||
| 57 | if (strtotime($entry->execute_date) > time()):?> | 57 | if (strtotime($entry->execute_date) > current_time('timestamp')):?> |
| 58 | <a href="/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo $entry->ID; ?>">edit</a> | 58 | <a href="/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo $entry->ID; ?>">edit</a> |
| 59 | | <a href="/wp-admin/admin.php?page=notifications&action=delete&page_id=<?php echo $entry->ID; ?>" onclick="return confirm('Are you sure?');">delete</a></td> | 59 | | <a href="/wp-admin/admin.php?page=notifications&action=delete&page_id=<?php echo $entry->ID; ?>" onclick="return confirm('Are you sure?');">delete</a></td> |
| 60 | 60 | ... | ... |
-
Please register or sign in to post a comment