Plugin Directory

Changeset 2900983


Ignore:
Timestamp:
04/19/2023 02:53:22 AM (3 years ago)
Author:
eclouds
Message:

Support for visual editors and verification of operation with the latest version

Location:
detabess/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • detabess/trunk/detabess-reg.php

    r2589158 r2900983  
    654654            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'] ) );
    655655        }
    656         wp_nonce_field( 'dtbs_post_item_action', 'dtbs_post_item_data' );
    657656    }
    658657}
     
    818817    <input type="hidden" name="cd_id" value="<?php echo esc_attr( $params['args']['cd_id'] ); ?>">
    819818<?php
     819        wp_nonce_field( 'dtbs_post_item_action', 'dtbs_post_item_data' );
    820820    }
    821821}
  • detabess/trunk/detabess.php

    r2589158 r2900983  
    55 * Plugin URI: https://detabess.com/
    66 * Author: Kura
    7  * Version: 1.0.3
     7 * Version: 1.0.4
    88 * Text Domain: detabess
    99 * Domain Path: /languages
     
    126126 * データ登録・更新系
    127127 */
    128 add_action( 'edit_form_after_editor',   'dtbs_view_area_check' );
     128add_action( 'add_meta_boxes',   'dtbs_view_area_check' );
    129129add_action( 'save_post',                'dtbs_item_reg' );
    130130add_action( 'admin_enqueue_scripts',    'dbts_admin_script' );
  • detabess/trunk/readme.txt

    r2654436 r2900983  
    33Tags: database, search, data, relation, list, データベース, 検索
    44Requires at least: 4.7.0
    5 Tested up to: 5.8.3
    6 Stable tag: 1.0.3
     5Tested up to: 6.2
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.