Making WordPress.org

Ticket #4340: 4340.diff

File 4340.diff, 2.3 KB (added by Ipstenu, 6 years ago)
  • trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php

     
    8282                                                esc_attr__( 'Click to search Pluginrepo SupportPress for mentions of this author', 'wporg-plugins' )
    8383                                        ),
    8484                                        sprintf(
    85                                                 '<a href="https://secure.helpscout.net/search/?query=mailbox:Plugins%20%s" title="%s">HS</a>',
     85                                                '<a href="https://secure.helpscout.net/search/?query=mailbox:Plugins%%20%s" title="%s">HS</a>',
    8686                                                urlencode( esc_attr( $author->user_nicename ) ),
    8787                                                esc_attr__( 'Click to search Help Scout for mentions of this author', 'wporg-plugins' )
    8888                                        ),
     
    100100                                        <?php
    101101                                        $author_email_links = array(
    102102                                                sprintf(
    103                                                         '<a href="https://supportpress.wordpress.org/plugins/?sender=%s&status=&todo=Search" title="%s">SP</a> ]',
     103                                                        '<a href="https://supportpress.wordpress.org/plugins/?sender=%s&status=&todo=Search" title="%s">SP</a>',
    104104                                                        urlencode( $author->user_email ),
    105105                                                        esc_attr__( 'Click to search Pluginrepo SupportPress for emails sent to/from this email address', 'wporg-plugins' )
    106106                                                ),
    107107                                                sprintf(
    108                                                         '<a href="https://secure.helpscout.net/search/?query=mailbox:Plugins%20%s" title="%s">HS</a>',
     108                                                        '<a href="https://secure.helpscout.net/search/?query=mailbox:Plugins%%20%s" title="%s">HS</a>',
    109109                                                        urlencode( $author->user_email ),
    110110                                                        esc_attr__( 'Click to search Help Scout for emails sent to/from this email address', 'wporg-plugins' )
    111111                                                ),
     
    376376                                        esc_attr__( 'Click to search Plugin SupportPress for mentions of this plugin', 'wporg-plugins' )
    377377                                ),
    378378                                sprintf(
    379                                         '<a href="https://secure.helpscout.net/search/?query=mailbox:Plugins%20%s" title="%s">HS</a>',
     379                                        '<a href="https://secure.helpscout.net/search/?query=mailbox:Plugins%%20%s" title="%s">HS</a>',
    380380                                        rawurlencode( esc_attr( $plugin_name ) ),
    381381                                        esc_attr__( 'Click to search Help Scout for mentions of this plugin', 'wporg-plugins' )
    382382                                ),