From 9524aa8ed68bdc089b6982845f0074645148b424 Mon Sep 17 00:00:00 2001 From: "Bademba SANGARE, laptop" Date: Sat, 24 May 2025 03:55:47 +0200 Subject: [PATCH] Fix: Make 'See all reviews' link fully visible for better localization --- .../themes/pub/wporg-plugins-2024/inc/block-bindings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/block-bindings.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/block-bindings.php index abce24ab0d..f103cac4de 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/block-bindings.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/block-bindings.php @@ -43,7 +43,7 @@ function get_meta_block_value( $args, $block ) { return sprintf( '%s', esc_url( 'https://wordpress.org/support/plugin/' . $plugin_post->post_name . '/reviews/' ), - __( 'See all reviews', 'wporg-themes' ) + __( 'See all reviews', 'wporg-themes' ) ); case 'submit-review-link': return sprintf(