Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ba11066
authored
2011-03-31 19:44:17 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged 197 to tags
1 parent
c84c6292
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/views/admin.php
com/Notifications/views/admin.php
View file @
6ba1106
...
...
@@ -54,7 +54,7 @@ print "</pre>";
<?php
if
(
strtotime
(
$entry
->
execute_date
)
>
time
(
))
:?>
if
(
strtotime
(
$entry
->
execute_date
)
>
current_time
(
'timestamp'
))
:?>
<
a
href
=
"/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo
$entry->ID
; ?>"
>
edit
</
a
>
|
<
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
>
...
...
Please
register
or
sign in
to post a comment