Make WordPress Core

Changeset 39829 for branches/3.8


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

Updates: Translate plugin data on the Updates screen.

Merge of [39808] to the 3.8 branch.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

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

    r26851 r39829  
    238238<?php
    239239    foreach ( (array) $plugins as $plugin_file => $plugin_data) {
     240        $plugin_data = (object) _get_plugin_data_markup_translate( $plugin_file, (array) $plugin_data, false, true );
     241
    240242        $info = plugins_api('plugin_information', array('slug' => $plugin_data->update->slug ));
    241243        // Get plugin compat for running version of WordPress.
Note: See TracChangeset for help on using the changeset viewer.