Ticket #4340: 4340.diff
File 4340.diff, 2.3 KB (added by , 6 years ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
82 82 esc_attr__( 'Click to search Pluginrepo SupportPress for mentions of this author', 'wporg-plugins' ) 83 83 ), 84 84 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>', 86 86 urlencode( esc_attr( $author->user_nicename ) ), 87 87 esc_attr__( 'Click to search Help Scout for mentions of this author', 'wporg-plugins' ) 88 88 ), … … 100 100 <?php 101 101 $author_email_links = array( 102 102 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>', 104 104 urlencode( $author->user_email ), 105 105 esc_attr__( 'Click to search Pluginrepo SupportPress for emails sent to/from this email address', 'wporg-plugins' ) 106 106 ), 107 107 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>', 109 109 urlencode( $author->user_email ), 110 110 esc_attr__( 'Click to search Help Scout for emails sent to/from this email address', 'wporg-plugins' ) 111 111 ), … … 376 376 esc_attr__( 'Click to search Plugin SupportPress for mentions of this plugin', 'wporg-plugins' ) 377 377 ), 378 378 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>', 380 380 rawurlencode( esc_attr( $plugin_name ) ), 381 381 esc_attr__( 'Click to search Help Scout for mentions of this plugin', 'wporg-plugins' ) 382 382 ),