Changeset 5920
- Timestamp:
- 09/12/2017 06:16:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
r5872 r5920 106 106 } else { 107 107 $output .= '<p>' . sprintf( 108 /* translators: 1: Trac URL, 2: development log URL, 3: RSS URL */109 __( '<a href="%1$s">Browse the code</a> or subscribe to the <a href="%2$s">development log</a> by <a href="%3$s">RSS</a>.', 'wporg-plugins' ),108 /* translators: 1: Trac URL, 2: SVN repository URL, 3: development log URL, 4: RSS URL */ 109 __( '<a href="%1$s">Browse the code</a>, check out the <a href="%2$s">SVN repository</a>, or subscribe to the <a href="%3$s">development log</a> by <a href="%4$s">RSS</a>.', 'wporg-plugins' ), 110 110 esc_url( "https://plugins.trac.wordpress.org/browser/{$slug}/" ), 111 esc_url( "https://plugins.svn.wordpress.org/{$slug}/" ), 111 112 esc_url( "https://plugins.trac.wordpress.org/log/{$slug}/" ), 112 113 esc_url( "https://plugins.trac.wordpress.org/log/{$slug}/?limit=100&mode=stop_on_copy&format=rss" )
Note: See TracChangeset
for help on using the changeset viewer.