Make WordPress Core


Ignore:
Timestamp:
01/11/2017 11:40:14 AM (10 years ago)
Author:
ocean90
Message:

Updates: Translate plugin data on the Updates screen.

Merge of [39808] to the 4.1 branch.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-admin/update-core.php

    r31528 r39826  
    241241<?php
    242242        foreach ( (array) $plugins as $plugin_file => $plugin_data) {
     243                $plugin_data = (object) _get_plugin_data_markup_translate( $plugin_file, (array) $plugin_data, false, true );
     244
    243245                $info = plugins_api('plugin_information', array('slug' => $plugin_data->update->slug ));
    244246                if ( is_wp_error( $info ) ) {
Note: See TracChangeset for help on using the changeset viewer.