| @@ -443,9 +443,9 @@ | ||
| 443 | 443 | |
| 444 | 444 | $date = date_i18n( _x( 'M jS', 'Dashboard Overview Widget Recently Date', 'elementor' ), get_the_modified_time( 'U' ) ); |
| 445 | 445 | ?> |
| 446 | 446 | <li class="e-overview__post"> |
| 447 | - <a href="<?php echo esc_attr( $document->get_edit_url() ); ?>" class="e-overview__post-link"><?php echo esc_html( get_the_title() ); ?> <span class="dashicons dashicons-edit"></span></a> <span><?php echo $date; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>, <?php the_modified_time(); ?></span> | |
| 447 | + <a href="<?php echo esc_attr( $document->get_edit_url() ); ?>" class="e-overview__post-link"><?php echo esc_html( get_the_title() ); ?> <span class="dashicons dashicons-edit"></span></a> <span><?php echo $date; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>, <?php the_time(); ?></span> | |
| 448 | 448 | </li> |
| 449 | 449 | <?php endwhile; ?> |
| 450 | 450 | </ul> |
| 451 | 451 | </div> |