Changeset 5214 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
- Timestamp:
- 03/30/2017 08:04:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
r5121 r5214 16 16 static function display() { 17 17 $post = get_post(); 18 $output = '<p>' . __( 'This is open source software. The following people have contributed to this plugin.', 'wporg-plugins') . '</p>';18 $output = '<p>' . sprintf( __( '%s is open source software. The following people have contributed to this plugin.', 'wporg-plugins' ), get_the_title( $post ) ) . '</p>'; 19 19 20 20 ob_start();
Note: See TracChangeset
for help on using the changeset viewer.