Changeset 3144868
- Timestamp:
- 09/01/2024 09:16:25 AM (19 months ago)
- Location:
- dashi/trunk
- Files:
-
- 1 deleted
- 3 edited
-
classes/Posttype/Posttype.php (modified) (1 diff)
-
classes/Save.php (deleted)
-
dashi.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dashi/trunk/classes/Posttype/Posttype.php
r2894781 r3144868 792 792 'rewrite' => $posttype::get('rewrite'), 793 793 'hierarchical' => $posttype::get('hierarchical'), 794 'show_in_rest' => $posttype::get(' hierarchical'),794 'show_in_rest' => $posttype::get('show_in_rest'), 795 795 'menu_position' => $posttype::get('order') ?: $posttype::get('menu_position'), 796 796 'has_archive' => $posttype::get('has_archive'), -
dashi/trunk/dashi.php
r3018591 r3144868 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.1. 09 Version: 3.1.1 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src 12 12 License: GPL2 13 13 14 Copyright 20 17jidaikobo (email : support@jidaikobo.com)14 Copyright 2024 jidaikobo (email : support@jidaikobo.com) 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 183 183 ); 184 184 185 // eliminate control code186 add_action(187 'save_post',188 array('\\Dashi\\Core\\Save', 'hooks')189 );190 191 185 // sticky 192 186 add_action( -
dashi/trunk/readme.txt
r3018591 r3144868 44 44 == Changelog == 45 45 46 = 3.1.1 = 47 eliminate useless code 48 46 49 = 3.1.0 = 47 50 better save_post hook
Note: See TracChangeset
for help on using the changeset viewer.