From 0acb6ac0bdd63491597252d74c832efddcc70722 Mon Sep 17 00:00:00 2001 From: Audrey Date: Fri, 26 Jun 2015 12:18:15 +0200 Subject: [PATCH] add ARIA landmark --- admin/plugins.php | 3 ++- admin/tools.php | 8 +++++--- includes/functions-html.php | 15 +++++++++------ readme.html | 6 +++++- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/admin/plugins.php b/admin/plugins.php index bc2ffff..4763017 100644 --- a/admin/plugins.php +++ b/admin/plugins.php @@ -61,6 +61,7 @@ yourls_html_menu(); ?> +

Plugin list.' ); ?>

- +
diff --git a/admin/tools.php b/admin/tools.php index ca775b4..6073040 100644 --- a/admin/tools.php +++ b/admin/tools.php @@ -8,8 +8,9 @@ yourls_html_menu(); ?> -
- +
+
+

bookmarklets for easier link shortening and sharing.' ); ?>

@@ -329,7 +330,8 @@

API documentation for more', YOURLS_SITE . '/readme.html#API' ); ?>

- + +
diff --git a/includes/functions-html.php b/includes/functions-html.php index a3f85eb..f50f60e 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -7,10 +7,12 @@ function yourls_html_logo() { yourls_do_action( 'pre_html_logo' ); ?> +

YOURLS: Your Own URL Shortener
YOURLS

+
num_queries ), $ydb->num_queries ); ?> -
- + +

';
 		echo join( "\n", $ydb->debug_log );
@@ -167,6 +169,7 @@ function yourls_html_footer() {
  */
 function yourls_html_addnew( $url = '', $keyword = '' ) {
 	?>
+	
@@ -665,7 +668,7 @@ function yourls_table_tbody_end() { * */ function yourls_table_end() { - echo yourls_apply_filter( 'table_end', '' ); + echo yourls_apply_filter( 'table_end', '
' ); } /** @@ -757,7 +760,7 @@ function yourls_html_menu() { $admin_sublinks = yourls_apply_filter( 'admin_sublinks', $admin_sublinks ); // Now output menu - echo '\n"; yourls_do_action( 'admin_notices' ); yourls_do_action( 'admin_notice' ); // because I never remember if it's 'notices' or 'notice' /* diff --git a/readme.html b/readme.html index 85665e1..0d35d7f 100644 --- a/readme.html +++ b/readme.html @@ -242,8 +242,11 @@
+

YOURLS: Your Own URL Shortener

- +
+ +
  • More
  • @@ -809,6 +812,7 @@ echo $data->longurl;
+
-- 2.45.0