Plugin Directory

Changeset 1319804


Ignore:
Timestamp:
01/02/2016 07:23:07 AM (10 years ago)
Author:
vividlteam
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thunder-port/trunk/thunder_port.php

    r1319802 r1319804  
    947947       
    948948        // case 1 : wordpress.org
     949        $contents = file_get_contents('https://wordpress.org/support/plugin/admin-menu-editor', false, null, -1);
     950        print_r($contents);
    949951
    950952        if(file_exists(plugin_dir_path( __FILE__ ) . 'list/allplugins.json') && file_exists(plugin_dir_path( __FILE__ ) . 'list/exist.json')) {
Note: See TracChangeset for help on using the changeset viewer.