| @@ -298,9 +298,9 @@ | ||
| 298 | 298 | $settings_link = sprintf( '<a href="%1$s">%2$s</a>', admin_url( 'admin.php?page=' . Settings::PAGE_ID ), esc_html__( 'Settings', 'elementor' ) ); |
| 299 | 299 | |
| 300 | 300 | array_unshift( $links, $settings_link ); |
| 301 | 301 | |
| 302 | - $links['go_pro'] = sprintf( '<a href="%1$s" target="_blank" class="elementor-plugins-gopro">%2$s</a>', 'https://go.elementor.com/go-pro-wp-plugins/', esc_html__( 'Go Pro', 'elementor' ) ); | |
| 302 | + $links['go_pro'] = sprintf( '<a href="%1$s" target="_blank" class="elementor-plugins-gopro">%2$s</a>', 'https://go.elementor.com/go-pro-wp-plugins/', esc_html__( 'Get Elementor Pro', 'elementor' ) ); | |
| 303 | 303 | |
| 304 | 304 | return $links; |
| 305 | 305 | } |
| 306 | 306 | |
| @@ -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_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_modified_time(); ?></span> | |
| 448 | 448 | </li> |
| 449 | 449 | <?php endwhile; ?> |
| 450 | 450 | </ul> |
| 451 | 451 | </div> |