From 04d81c1996fc1e8e0daaa034ab5a6592f83d5208 Mon Sep 17 00:00:00 2001 From: "BestNa.me Labs" Date: Thu, 10 Mar 2016 21:51:57 +0100 Subject: [PATCH] Additional id for tag containing $total_clicks Granted the `` tag containing the number of total clicks its own id (in admin/index.php) (the element should be prominent enough to deserve it). --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index a7f6151..8029bb4 100644 --- a/admin/index.php +++ b/admin/index.php @@ -286,7 +286,7 @@ if ( !$is_bookmark ) { ?> echo ", " . sprintf( yourls_n( 'counting 1 click', 'counting %s clicks', $total_items_clicks ), yourls_number_format_i18n( $total_items_clicks ) ); ?>.

-

%1$s links, %2$s clicks, and counting!' ), yourls_number_format_i18n( $total_urls ), yourls_number_format_i18n( $total_clicks ) ); ?>

+

%1$s links, %2$s clicks, and counting!' ), yourls_number_format_i18n( $total_urls ), yourls_number_format_i18n( $total_clicks ) ); ?>