TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

%s doesn't work as it is supposed to #589

Closed abaicus closed 8 years ago

abaicus commented 8 years ago

Hey guys! There seems to be an issue with the way this part of the table is echoed out. ![Uploading image.png…]()

$actions['install'] = __( 'Install %s', 'theme-slug');

evgeniyshay commented 8 years ago

This code works for me... $actions['install'] = __( 'Install %2$s', 'theme-slug' );

GaryJones commented 8 years ago

Please try the version in develop branch, as it contains this fix.

abaicus commented 8 years ago

Thanks, @GaryJones ! :+1:

jrfnl commented 8 years ago

FYI: we just released v 2.6.1 which contains the fix for this issue. Website & Custom Generator will be updated within the next few hours.

abaicus commented 8 years ago

Thanks guys! Really appreciate it! :D

Sent from my iPhone

On 19 May 2016, at 19:43, Juliette notifications@github.com wrote:

FYI: we just released v 2.6.1 which contains the fix for this issue. Website & Custom Generator will be updated within the next few hours.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub