Plugin Directory

Changeset 2317617


Ignore:
Timestamp:
06/03/2020 08:23:19 PM (6 years ago)
Author:
pbimal
Message:

path fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • php-info-wp/trunk/class.PHPInfoer.inc.php

    r2152831 r2317617  
    2828    public function enqueue()
    2929    {
    30         wp_enqueue_style("phpinfo.wp", plugins_url("/phpinfo.wp/phpinfo.css"), array(), false, "all");
     30        wp_enqueue_style("phpinfo.wp", plugins_url("/php-info-wp/phpinfo.css"), array(), false, "all");
    3131    }
    3232
Note: See TracChangeset for help on using the changeset viewer.