Making WordPress.org

Changeset 3220


Ignore:
Timestamp:
05/23/2016 08:41:34 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Add a linnk to GP in Developers section.

H/t samuelsidler.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php

    r3219 r3220  
    3636            <li><a href="<?php echo esc_url( "https://plugins.svn.wordpress.org/{$post->post_name}/" ); ?>" rel="nofollow"><?php _e( 'Subversion Repository', 'wporg-plugins' ); ?></a></li>
    3737            <li><a href="<?php echo esc_url( "https://plugins.trac.wordpress.org/browser/{$post->post_name}/" ); ?>" rel="nofollow"><?php _e( 'Browse in Trac', 'wporg-plugins' ); ?></a></li>
     38            <li><a href="<?php echo esc_url( "https://translate.wordpress.org/projects/wp-plugins/{$post->post_name}/" ); ?>" rel="nofollow"><?php _e( 'Translation Contributors', 'wporg-plugins' ); ?></a></li>
    3839        </ul>
    3940    <?php
Note: See TracChangeset for help on using the changeset viewer.