Making WordPress.org

Changeset 5183


Ignore:
Timestamp:
03/28/2017 10:49:25 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Correct the WordPress.org signup link.

See #261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-developers.php

    r4463 r5183  
    4141                        <h3><?php _e( 'Submission is Simple', 'wporg-plugins' ); ?></h3>
    4242                        <ol>
    43                             <li><?php printf( __( '<a href="%s">Sign up</a> for an account on WordPress.org.', 'wporg-plugins' ), esc_url( 'https://wordpress.org/support/register.php' ) ); ?></li>
     43                            <li><?php printf( __( '<a href="%s">Sign up</a> for an account on WordPress.org.', 'wporg-plugins' ), esc_url(' https://login.wordpress.org/register' ) ); ?></li>
    4444                            <li><?php printf( __( '<a href="%s">Submit your plugin for review</a>.', 'wporg-plugins' ), esc_url( home_url( 'developers/add' ) ) ); ?></li>
    4545                            <li><?php printf( __( 'After your plugin is <a href="%s">manually reviewed</a>, it will either be approved or you will be emailed and asked to provide more information and/or make corrections.', 'wporg-plugins' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#questions-about-submissions-and-approval' ) ); ?></li>
Note: See TracChangeset for help on using the changeset viewer.