WordPoints / wordpointsorg

[DEPRECATED] WordPoints module for installing modules from WordPoints.org
GNU General Public License v2.0
0 stars 0 forks source link

Translate module data on updates screen #63

Closed JDGrimes closed 7 years ago

JDGrimes commented 7 years ago

I just saw WP@39820, and realized that we have the same issue. In wordpoints_list_module_updates(), we call wordpoints_get_module_updates(), which calls wordpoints_get_modules() without $markup or $translate set to true.

JDGrimes commented 7 years ago

Fixed in WordPoints/wordpoints#645, since we now call wordpoints_get_module_data(), which defaults both of these to true.