Making WordPress.org

Changeset 15068


Ignore:
Timestamp:
08/12/2026 06:38:33 PM (3 weeks ago)
Author:
obenland
Message:

Plugin Directory: Use wporg-plugins textdomain for sidebar review links.

Props webdevmattcrom.
Closes https://github.com/WordPress/wordpress.org/pull/794.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/block-bindings.php

    r14795 r15068  
    4444                                '<a href="%s">%s</a>',
    4545                                esc_url( 'https://wordpress.org/support/plugin/' . $plugin_post->post_name . '/reviews/' ),
    46                                 __( 'See all<span class="screen-reader-text"> reviews</span>', 'wporg-themes' )
     46                                __( 'See all<span class="screen-reader-text"> reviews</span>', 'wporg-plugins' )
    4747                        );
    4848                case 'submit-review-link':
     
    5050                                '<a href="%s">%s</a>',
    5151                                esc_url( 'https://wordpress.org/support/plugin/' . $plugin_post->post_name . '/reviews/#new-post' ),
    52                                 __( 'Your review', 'wporg-themes' )
     52                                __( 'Your review', 'wporg-plugins' )
    5353                        );
    5454        }
Note: See TracChangeset for help on using the changeset viewer.