Making WordPress.org


Ignore:
Timestamp:
06/19/2016 10:30:17 AM (8 years ago)
Author:
samuelsidler
Message:

Plugin Directory Theme: Update link to developers section.

See #1719.

File:
1 edited

Legend:

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

    r3430 r3457  
    6565        the_widget( 'WP_Widget_Text', array(
    6666            'title' => 'Plugin Authors',
    67             'text'  => sprintf( __( 'The WordPress Plugin Directory is the largest directory of free and open source WordPress plugins. Interested in hosting your plugin on WordPress.org? <a href="%s">Find out more about how.</a>', 'wporg-plugins' ), esc_url( home_url( 'about' ) ) ),
     67            'text'  => sprintf( __( 'The WordPress Plugin Directory is the largest directory of free and open source WordPress plugins. Interested in hosting your plugin on WordPress.org? <a href="%s">Find out more about how.</a>', 'wporg-plugins' ), esc_url( home_url( 'developers' ) ) ),
    6868        ), $widget_args );
    6969
Note: See TracChangeset for help on using the changeset viewer.