Changeset 1210:1387e8c54c05
- Timestamp:
- 07/18/13 11:03:37 (12 years ago)
- Branch:
- ticket#1382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1179 r1210 421 421 echo '<a id="post-preview" href="'.$preview_url.'" class="button" accesskey="p">'.__('Preview').' (p)'.'</a> '; 422 422 } 423 $cancel_url = $post_id ? 'posts.php' : 'index.php'; 424 echo 425 '<a id="post-cancel" href="'.$cancel_url.'" class="button" accesskey="c">'.__('Cancel').' (c)</a>'; 423 426 echo 424 427 ($can_delete ? '<input type="submit" class="delete" value="'.__('Delete').'" name="delete" />' : '').
Note: See TracChangeset
for help on using the changeset viewer.