Changeset 3174
- Timestamp:
- 05/18/2016 09:10:06 PM (8 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
r3100 r3174 41 41 '<a href="https://supportpress.wordpress.org/plugins/?q=' . urlencode( esc_attr( $author->user_nicename ) ) . '&status=&todo=Search+%C2%BB" title="Click to search Pluginrepo SupportPress for mention of this author">SP</a>', 42 42 ); 43 vprintf( '<span class="profile-sp-link">[ %s|%s]</span>', $author_links );43 vprintf( '<span class="profile-sp-link">[ %s | %s ]</span>', $author_links ); 44 44 ?> 45 45 … … 50 50 <span class="profile-email"> 51 51 <<?php echo $author->user_email; ?>> 52 <span class="profile-sp-link">[ <a href="https://supportpress.wordpress.org/plugins/?sender=<?php echo esc_attr( $author->user_email ); ?>&status=&todo=Search" title="Click to search Pluginrepo SupportPress for emails sent to/from this email address">SP</a>]</span>52 <span class="profile-sp-link">[ <a href="https://supportpress.wordpress.org/plugins/?sender=<?php echo esc_attr( $author->user_email ); ?>&status=&todo=Search" title="Click to search Pluginrepo SupportPress for emails sent to/from this email address">SP</a> ]</span> 53 53 </span> 54 54 <span class="profile-join"> … … 168 168 '<a href="https://supportpress.wordpress.org/plugins/?q=' . urlencode( esc_attr( $plugin_slug ) ) . '&status=&todo=Search+%C2%BB" title="Click to search Pluginrepo SupportPress for mention of this plugin">SP</a>', 169 169 ); 170 vprintf( '<span class="profile-sp-link">[ %s|%s]</span>', $plugin_links );170 vprintf( '<span class="profile-sp-link">[ %s | %s ]</span>', $plugin_links ); 171 171 172 172 if ( $extra ) {
Note: See TracChangeset
for help on using the changeset viewer.