Plugin Directory

Changeset 1733676


Ignore:
Timestamp:
09/21/2017 12:20:47 PM (9 years ago)
Author:
chatx
Message:

Added icon and banner + small improvement on autoupdate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chatx-ai/trunk/admin/class-chatx-ai-admin.php

    r1733642 r1733676  
    401401        $will_be_updated = in_array($item->slug, ['chatx-ai']);
    402402        if($will_be_updated){
    403             $item->plugin = "chatx/chatx-ai.php";
    404         }
    405        return $will_be_updated;
     403            $item->plugin = "chatx-ai/chatx-ai.php";
     404        }
     405       
     406        return $will_be_updated;
    406407    }
    407408}
Note: See TracChangeset for help on using the changeset viewer.