芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/blog.ycreate.jp/wp-content/themes/swell/lib/menu/swell_menu_balloon.php
prefix . SWELL::DB_TABLES['balloon'] ); $old_table_exists = SWELL::check_table_exists( SWELL::DB_TABLES['balloon'] ); $has_old_data = SWELL::has_old_balloon_data(); // 古いデータもなく、新しいテーブルもない場合はアクセス時に作成 if ( ! $has_old_data && ! $old_table_exists && ! $table_exists ) { SWELL::create_balloon_table(); } elseif ( $old_table_exists && ! $table_exists ) { // 古いテーブルがあって新しいテーブルがない時(テーマ更新時に何かしらの理由で自動移行処理がうまくいかなった時) SWELL::migrate_balloon_table(); } // タイトル $is_list_page = false; if ( isset( $_GET['post_new'] ) ) { $page_title = __( 'ふきだしセットを新規登録', 'swell' ); } elseif ( isset( $_GET['id'] ) ) { $page_title = __( 'ふきだしセットを編集', 'swell' ); } else { $is_list_page = true; $page_title = __( 'ふきだしセット一覧', 'swell' ); } $user_cap = current_user_can( 'edit_speech_balloons' ) ? 'edit' : 'read'; ?>
=esc_html( $page_title )?>
=esc_html__( 'データの復旧を試みる', 'swell' )?>
=wp_kses_post( __( 'SWELL
v.2.5.7 から v.2.5.8へアップデート時
にふきだしセットの数が減ってしまった場合にご利用ください。', 'swell' ) )?>