10, 'post_type' => array ( 'post', 'page' ), 'orderby' => 'modified') ); /** * @todo Icons for post formats * @todo Add option to configure how many posts should be shown * @todo Add option to show only posts or pages */ if ( $posts ) { $date_format = get_option( 'date_format' ); echo ''; } else { printf( __( 'No edits found. Write a new post.', 'admin-dashboard-last-edits' ), esc_url( admin_url( 'post-new.php' ) ) ); } } ?>