Changeset 2383720
- Timestamp:
- 09/17/2020 01:33:29 PM (6 years ago)
- Location:
- kodeks-dashboard/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
kodeks-dashboard.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kodeks-dashboard/trunk/functions.php
r2383703 r2383720 1 1 <?php 2 3 $filepath = WP_CONTENT_URL . '/themes/Kodeks-WP-theme/inc/kodeks.php'; 4 if (file_exists($_SERVER['DOCUMENT_ROOT'] . $filepath)) { 5 var_dump('fil'); 6 7 } else { 8 var_dump('ingen fil'); 9 } 10 2 11 /* Enable / disable Dashboard */ 3 12 if (!isset($kodeks_options['setting_dashboard']) || $kodeks_options['setting_dashboard'] == 1) { -
kodeks-dashboard/trunk/kodeks-dashboard.php
r2383711 r2383720 3 3 Plugin Name: Kodeks Dashboard 4 4 Description: This plugin customizes WordPress for Kodeks customers. 5 Version: 2.3 5 Version: 2.30 6 6 Author: Thomas Johannessen & Marius Kaase 7 7 Author URI: http://kodeks.no -
kodeks-dashboard/trunk/readme.txt
r2383711 r2383720 1 1 === Kodeks Dashboard === 2 Version: 2.3 2 Version: 2.30 3 3 Contributors: Kodeks AS 4 4 Tested up to: 5.5.1
Note: See TracChangeset
for help on using the changeset viewer.