Changeset 2317617
- Timestamp:
- 06/03/2020 08:23:19 PM (6 years ago)
- File:
-
- 1 edited
-
php-info-wp/trunk/class.PHPInfoer.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
php-info-wp/trunk/class.PHPInfoer.inc.php
r2152831 r2317617 28 28 public function enqueue() 29 29 { 30 wp_enqueue_style("phpinfo.wp", plugins_url("/php info.wp/phpinfo.css"), array(), false, "all");30 wp_enqueue_style("phpinfo.wp", plugins_url("/php-info-wp/phpinfo.css"), array(), false, "all"); 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.