Making WordPress.org

Ticket #3189: 3189.patch

File 3189.patch, 1.0 KB (added by bhaveshkhadodara, 8 years ago)

fixed patch added

  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/content-none.php

     
    3636                       
    3737                        <?php if ( get_query_var( 'favorites_user' ) === $current_user->user_nicename ) : ?>
    3838                        <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>
    4040                        <?php endif; ?>
    4141
    4242                <?php else : ?>