Making WordPress.org


Ignore:
Timestamp:
05/03/2017 02:01:10 AM (8 years ago)
Author:
Otto42
Message:

Plugin Directory: Fix errorin translation ordering. Props @pedromendonca

File:
1 edited

Legend:

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

    r5443 r5463  
    113113
    114114            $output .= '<p>' . sprintf(
    115                 /* translators: 1: Trac URL, 2: SVN repository URL, 3: development log URL, 4: RSS URL, 5: email subscription URL */
     115                /* translators: 1: Trac URL, 2: SVN repository URL, 3: development log URL, 4: email subscription URL, 5: RSS URL */
    116116                __( '<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">email</a> or <a href="%5$s">RSS</a>.', 'wporg-plugins' ),
    117117                esc_url( "https://plugins.trac.wordpress.org/browser/{$slug}/" ),
Note: See TracChangeset for help on using the changeset viewer.