Ticket #3189: 3189.patch
File 3189.patch, 1.0 KB (added by , 8 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/content-none.php
36 36 37 37 <?php if ( get_query_var( 'favorites_user' ) === $current_user->user_nicename ) : ?> 38 38 <p><?php esc_html_e( 'Find a plugin and mark it as a favorite to see it here.', 'wporg-plugins' ); ?></p> 39 <p><?php printf( __( 'Your favorite plugins are also shared on <a href="%s">your profile</a>.', 'wporg-plugins' ), esc_url( 'https://profile .wordpress.org/' . $current_user->user_nicename ) ); ?></p>39 <p><?php printf( __( 'Your favorite plugins are also shared on <a href="%s">your profile</a>.', 'wporg-plugins' ), esc_url( 'https://profiles.wordpress.org/' . $current_user->user_nicename ) ); ?></p> 40 40 <?php endif; ?> 41 41 42 42 <?php else : ?>