Changeset 3018591
- Timestamp:
- 01/08/2024 07:37:20 AM (2 years ago)
- Location:
- dashi/trunk
- Files:
-
- 3 edited
-
classes/Posttype/Save.php (modified) (1 diff)
-
dashi.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashi/trunk/classes/Posttype/Save.php
r2835587 r3018591 13 13 public static function updateCustomFields($post_id) 14 14 { 15 global $pagenow; 16 if ($pagenow != 'post.php') return; // 編集ページのみで動作 15 17 if ( ! Input::post()) return; 16 18 if (wp_is_post_revision($post_id)) return $post_id; -
dashi/trunk/dashi.php
r2936400 r3018591 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3. 0.99 Version: 3.1.0 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src -
dashi/trunk/readme.txt
r2936400 r3018591 4 4 Tags: plugin, custom field, custom, field, meta, meta field, framework 5 5 Requires at least: 4.9.7 6 Tested up to: 6. 26 Tested up to: 6.4 7 7 Stable tag: 4.9 8 8 License: GPLv2 or later … … 44 44 == Changelog == 45 45 46 = 3.1.0 = 47 better save_post hook 48 46 49 = 3.0.9 = 47 50 fix replacement not working (Dashi\Core\Posttype\Another)
Note: See TracChangeset
for help on using the changeset viewer.