Ignore:
Timestamp:
Mar 3, 2011, 12:54:46 PM (13 years ago)
Author:
patdenice
Message:

Improve display for plugins and themes update page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins_update.php

    r9491 r9493  
    134134          'EXT_DESC' => trim($plugin_info['extension_description'], " \n\r"),
    135135          'REV_DESC' => trim($plugin_info['revision_description'], " \n\r"),
    136           'VERSION' => $plugin_info['revision_name'],
     136          'CURRENT_VERSION' => $fs_plugin['version'],
     137          'NEW_VERSION' => $plugin_info['revision_name'],
    137138          'AUTHOR' => $plugin_info['author_name'],
    138139          'DOWNLOADS' => $plugin_info['extension_nb_downloads'],
Note: See TracChangeset for help on using the changeset viewer.