Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -104,10 +104,10 @@ switch ( $action ) {
|
||||
}
|
||||
|
||||
$post_edit_link = get_edit_post_link();
|
||||
$post_title = '<a href="' . $post_edit_link . '">' . _draft_or_post_title() . '</a>';
|
||||
$post_title = '<a href="' . esc_url( $post_edit_link ) . '">' . _draft_or_post_title() . '</a>';
|
||||
/* translators: %s: Post title. */
|
||||
$h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title );
|
||||
$return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Go to editor' ) . '</a>';
|
||||
$return_to_post = '<a href="' . esc_url( $post_edit_link ) . '">' . __( '← Go to editor' ) . '</a>';
|
||||
// Used in the HTML title tag.
|
||||
$title = __( 'Revisions' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user