XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 25, 2011, 10:11:10 AM (13 years ago)
Author:
toemon
Message:

WP2.8以下のバージョンでは、esc_attr(),esc_url()関数がないため、XPressMEアップグレード表示でエラーとなるバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_upgrade.php

    r715 r718  
    202202function upgrade_page() 
    203203{ 
    204         if ( ! current_user_can('update_plugins') ) 
    205         wp_die(__('You do not have sufficient permissions to update XPressME Integration Kit for this site.', 'xpressme')); 
    206204        $action = isset($_GET['action']) ? $_GET['action'] : 'upgrade-xpress'; 
    207205        $upgrade_error = false; 
Note: See TracChangeset for help on using the changeset viewer.