Changeset 544:fca3ac7325b2 for admin
- Timestamp:
- 07/09/11 21:24:42 (14 years ago)
- Branch:
- default
- Children:
- 547:703078fc05aa, 550:bbc82fcbee20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r543 r544 380 380 '<input type="submit" value="'.__('Save').' (s)" '. 381 381 'accesskey="s" name="save" /> '; 382 if ($post_id && $post->post_status == 1) { 383 ; 384 } elseif ($post_id) { 382 if ($post_id) { 385 383 $preview_url = 386 384 $core->blog->url.$core->url->getBase('preview').'/'.
Note: See TracChangeset
for help on using the changeset viewer.