Ticket #2758: 2758.patch
| File 2758.patch, 987 bytes (added by , 9 years ago) |
|---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
89 89 $output .= '</p>'; 90 90 } 91 91 92 /* translators: 1: GlotPress URL, 2: plugin name */ 93 $output .= '<p>' . sprintf( 94 __( '<a href="%1$s">Translate “%2$s” into your language.</a>', 'wporg-plugins' ), 92 $output .= '<p>' . sprintf( '<a href="%1$s">%2$s</a>', 95 93 esc_url( 'https://translate.wordpress.org/projects/wp-plugins/' . $slug ), 96 $title 94 sprintf( 95 /* translators: %s: plugin name */ 96 __( 'Translate “%s” into your language.', 'wporg-plugins' ), 97 $title 98 ) 97 99 ) . '</p>'; 98 100 99 101