mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Updates: Translate plugin data on the Updates screen.
Merge of [39808] to the 4.4 branch. Built from https://develop.svn.wordpress.org/branches/4.4@39823 git-svn-id: http://core.svn.wordpress.org/branches/4.4@39761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26c8103030
commit
2f90c2af25
@ -253,6 +253,8 @@ function list_plugin_updates() {
|
||||
<tbody class="plugins">
|
||||
<?php
|
||||
foreach ( (array) $plugins as $plugin_file => $plugin_data ) {
|
||||
$plugin_data = (object) _get_plugin_data_markup_translate( $plugin_file, (array) $plugin_data, false, true );
|
||||
|
||||
$info = plugins_api( 'plugin_information', array(
|
||||
'slug' => $plugin_data->update->slug,
|
||||
'fields' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user