Changeset 2900983
- Timestamp:
- 04/19/2023 02:53:22 AM (3 years ago)
- Location:
- detabess/trunk
- Files:
-
- 3 edited
-
detabess-reg.php (modified) (2 diffs)
-
detabess.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
detabess/trunk/detabess-reg.php
r2589158 r2900983 654 654 add_meta_box( 'dtbs_input_area' . $title_val['cd_id'], $title_val['cd_title'], 'dtbs_view_area_form', array( $post_type ), 'normal', 'default', array( 'cd_id' => $title_val['cd_id'] ) ); 655 655 } 656 wp_nonce_field( 'dtbs_post_item_action', 'dtbs_post_item_data' );657 656 } 658 657 } … … 818 817 <input type="hidden" name="cd_id" value="<?php echo esc_attr( $params['args']['cd_id'] ); ?>"> 819 818 <?php 819 wp_nonce_field( 'dtbs_post_item_action', 'dtbs_post_item_data' ); 820 820 } 821 821 } -
detabess/trunk/detabess.php
r2589158 r2900983 5 5 * Plugin URI: https://detabess.com/ 6 6 * Author: Kura 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Text Domain: detabess 9 9 * Domain Path: /languages … … 126 126 * データ登録・更新系 127 127 */ 128 add_action( ' edit_form_after_editor','dtbs_view_area_check' );128 add_action( 'add_meta_boxes', 'dtbs_view_area_check' ); 129 129 add_action( 'save_post', 'dtbs_item_reg' ); 130 130 add_action( 'admin_enqueue_scripts', 'dbts_admin_script' ); -
detabess/trunk/readme.txt
r2654436 r2900983 3 3 Tags: database, search, data, relation, list, データベース, 検索 4 4 Requires at least: 4.7.0 5 Tested up to: 5.8.36 Stable tag: 1.0. 35 Tested up to: 6.2 6 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.