Changeset 2412321
- Timestamp:
- 11/04/2020 09:55:49 AM (5 years ago)
- Location:
- kodeks-dashboard/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (2 diffs)
-
kodeks-dashboard.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kodeks-dashboard/trunk/functions.php
r2412316 r2412321 708 708 709 709 if ( !function_exists( 'kodeks_fix_post_id_on_preview' ) ){ 710 710 711 function kodeks_fix_post_id_on_preview($null, $post_id) { 711 712 if (is_preview()) { … … 723 724 } 724 725 } 725 add_filter( 'acf/pre_load_post_id', ' fix_post_id_on_preview', 10, 2 );726 add_filter( 'acf/pre_load_post_id', 'kodeks_fix_post_id_on_preview', 10, 2 ); 726 727 } 727 728 -
kodeks-dashboard/trunk/kodeks-dashboard.php
r2412316 r2412321 3 3 Plugin Name: Kodeks Dashboard 4 4 Description: This plugin customizes WordPress for Kodeks customers. 5 Version: 3.0. 75 Version: 3.0.8 6 6 Author: Thomas Johannessen & Marius Kaase 7 7 Author URI: http://kodeks.no -
kodeks-dashboard/trunk/readme.txt
r2412316 r2412321 1 1 === Kodeks Dashboard === 2 Version: 3.0. 72 Version: 3.0.8 3 3 Contributors: Kodeks AS 4 4 Tested up to: 5.5.3
Note: See TracChangeset
for help on using the changeset viewer.