Changeset 8545 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
- Timestamp:
- 03/27/2019 09:40:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
r8531 r8545 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' ) … … 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' ) … … 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' )
Note: See TracChangeset
for help on using the changeset viewer.