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 429 forks source link

`update-nag` class #540

Closed webmandesign closed 8 years ago

webmandesign commented 8 years ago

Hi guys,

I love this script and can't wait for 3.0! :)

I would like to suggest removing the update-nag class as it mispositions the admin notice which I was notified during a theme review process.

Or is it just my setup where I'm getting this layout?

Thanks and regards,

Oliver

GaryJones commented 8 years ago

What version of WP is that?

webmandesign commented 8 years ago

The most recent, 4.4.2

jrfnl commented 8 years ago

This has been fixed already in development via PR #509. The fix will be included in the 2.6 version.

webmandesign commented 8 years ago

Thank you!