summaryrefslogtreecommitdiffstats
path: root/wp-includes/class-wp-editor.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/class-wp-editor.php')
-rw-r--r--wp-includes/class-wp-editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php
index 5d7ba22..7a7c8c2 100644
--- a/wp-includes/class-wp-editor.php
+++ b/wp-includes/class-wp-editor.php
@@ -1875,7 +1875,7 @@ final class _WP_Editors {
// `display: none` is required here, see #WP27605.
?>
<div id="wp-link-backdrop" style="display: none"></div>
- <div id="wp-link-wrap" class="wp-core-ui" style="display: none" role="dialog" aria-labelledby="link-modal-title">
+ <div id="wp-link-wrap" class="wp-core-ui" style="display: none" role="dialog" aria-modal="true" aria-labelledby="link-modal-title">
<form id="wp-link" tabindex="-1">
<?php wp_nonce_field( 'internal-linking', '_ajax_linking_nonce', false ); ?>
<h1 id="link-modal-title"><?php _e( 'Insert/edit link' ); ?></h1>