: post_title); ?>
: post_content ) );
$tmp_length = strlen ( $tmp_content );
$tmp_start = $tmp_length - 60;
if ( $tmp_start < 0 )
{
$tmp_start = 0;
}
$tmp_content = substr ( $tmp_content, $tmp_start, $tmp_length );
if ( $tmp_start > 0 )
{
$tmp_content = '..' . $tmp_content;
}
echo $tmp_content;
?>
post_status, array('publish', 'future') ) || 0 == $post_ID ) {
?>
" . __('Edit post','wap') . "";
if ( ( 'append' == $action) && current_user_can('delete_post', $post_ID) )
echo " " . __('Delete post','wap') . "";
if ( 'publish' == $post->post_status ) { ?>
display_name ), mysql2date(get_option('date_format'), $post->post_modified), mysql2date(get_option('time_format'), $post->post_modified));
} else {
printf(__('Last edited on %1$s at %2$s','wap'), mysql2date(get_option('date_format'), $post->post_modified), mysql2date(get_option('time_format'), $post->post_modified));
}
?>
post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?>