Changeset 1877735
- Timestamp:
- 05/19/2018 04:26:13 PM (8 years ago)
- Location:
- tijaji-formatting/tags/1.0
- Files:
-
- 2 added
- 5 edited
-
languages/tijaji-formatting-ja.mo (added)
-
languages/tijaji-formatting-ja.po (added)
-
tijaji-formatting.php (modified) (1 diff)
-
tjf_admin.css (modified) (1 diff)
-
tjf_admin.php (modified) (2 diffs)
-
tjf_meta.php (modified) (1 diff)
-
tjf_setting.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tijaji-formatting/tags/1.0/tijaji-formatting.php
r1877662 r1877735 2 2 /** 3 3 * Plugin Name: TIJAJI formatting 4 * Plugin URI: http ://product.tijaji.jp/tijaji-formatting/4 * Plugin URI: https://product.tijaji.jp/tijaji-formatting/ 5 5 * Description: Automatic formatting is stopped and the <br> tag is automatically added to the line feed.自動整形を停止し、改行に<br>タグを自動追加します。 6 6 * Author: TIJAJI 7 * Author URI: https://tijaji /jp7 * Author URI: https://tijaji.jp 8 8 * Text Domain: tjf 9 9 * Domain Path: /languages -
tijaji-formatting/tags/1.0/tjf_admin.css
r1877662 r1877735 88 88 } 89 89 90 #tjf_m1:checked ~ .tjf_admin_content_1,#tjf_m2:checked ~ .tjf_admin_content_2,#tjf_m3:checked ~ .tjf_admin_content_3,#tjf_m4:checked ~ .tjf_admin_content_4 ,.tj_dc_title:before,.tj_dc_none:checked ~ .tj_dc_title:before,.tj_dc_content{90 #tjf_m1:checked ~ .tjf_admin_content_1,#tjf_m2:checked ~ .tjf_admin_content_2,#tjf_m3:checked ~ .tjf_admin_content_3,#tjf_m4:checked ~ .tjf_admin_content_4 { 91 91 display:block; 92 92 -webkit-transition: 0.3s ease-in-out; -
tijaji-formatting/tags/1.0/tjf_admin.php
r1877662 r1877735 17 17 <div class="tjf_admin"> 18 18 19 <input type="radio" id="tjf_m1" checked>19 <input type="radio" id="tjf_m1" name="tjf_info_menu" checked> 20 20 <label for="tjf_m1" class="tjf_admin_menu_list_1"><?php esc_html_e( 'Getting started', 'tjf' ); ?></label> 21 21 <div class="tjf_admin_content_1"> … … 29 29 </div> 30 30 31 <input type="radio" id="tjf_m2" >31 <input type="radio" id="tjf_m2" name="tjf_info_menu"> 32 32 <label for="tjf_m2" class="tjf_admin_menu_list_2"><?php esc_html_e( 'individual setting', 'tjf' ); ?></label> 33 33 <div class="tjf_admin_content_2"> -
tijaji-formatting/tags/1.0/tjf_meta.php
r1877662 r1877735 56 56 57 57 function tjf_meta_box() { 58 add_meta_box('tjf_mb_function', __( '[T F] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'post', 'side', 'low' );59 add_meta_box('tjf_mb_function', __( '[T F] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'page', 'side', 'low' );58 add_meta_box('tjf_mb_function', __( '[TJF] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'post', 'side', 'low' ); 59 add_meta_box('tjf_mb_function', __( '[TJF] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'page', 'side', 'low' ); 60 60 } 61 61 add_action( 'admin_menu', 'tjf_meta_box' ); -
tijaji-formatting/tags/1.0/tjf_setting.php
r1877662 r1877735 57 57 'settings' => 'tjf_af_post_br', 58 58 'label' => __( 'Would you like to convert line breaks to <br /> automatically with a singular?', 'tjf' ), 59 'description' => __( '<br /> Line breaks are not reflected unless auto matic shaping is stopped.', 'tjf' ),59 'description' => __( '<br /> Line breaks are not reflected unless autoformatting is stopped.', 'tjf' ), 60 60 'type' => 'radio', 61 61 'choices' => array( … … 76 76 'section' => 'tjf_automatic_formatting', 77 77 'settings' => 'tjf_af_w_enable', 78 'label' => __( 'How do you do automatic formatting of WordPress default widjets?', 'tjf' ),79 'description' => __( 'You can stop inserting and deleting <p> tags and / or <br> tags automatically in widjetshere.', 'tjf' ),78 'label' => __( 'How do you do automatic formatting of WordPress default text widjet?', 'tjf' ), 79 'description' => __( 'You can stop inserting and deleting <p> tags and / or <br> tags automatically in text widjet here.', 'tjf' ), 80 80 'type' => 'radio', 81 81 'choices' => array( … … 94 94 'section' => 'tjf_automatic_formatting', 95 95 'settings' => 'tjf_af_w_symbol', 96 'label' => __( 'How do you do WordPress default widjet symbol auto-conversion function?', 'tjf' ),97 'description' => __( 'Here you can stop the widjet symbols from being converted automatically.', 'tjf' ),96 'label' => __( 'How do you do WordPress default text widjet symbol auto-conversion function?', 'tjf' ), 97 'description' => __( 'Here you can stop the text widjet symbols from being converted automatically.', 'tjf' ), 98 98 'type' => 'radio', 99 99 'choices' => array( … … 113 113 'settings' => 'tjf_af_text_widget_br', 114 114 'label' => __( 'Would you like to convert line breaks to <br /> automatically with a text widget?', 'tjf' ), 115 'description' => __( '<br /> Line breaks are not reflected unless auto matic shaping is stopped.', 'tjf' ),115 'description' => __( '<br /> Line breaks are not reflected unless autoformatting is stopped.', 'tjf' ), 116 116 'type' => 'radio', 117 117 'choices' => array( … … 131 131 'settings' => 'tjf_af_c_h_widget_br', 132 132 'label' => __( 'Would you like to convert line breaks to <br /> automatically with a HTML Code Widget?', 'tjf' ), 133 'description' => __( '<br /> Line breaks are not reflected unless auto matic shaping is stopped.', 'tjf' ),133 'description' => __( '<br /> Line breaks are not reflected unless autoformatting is stopped.', 'tjf' ), 134 134 'type' => 'radio', 135 135 'choices' => array(
Note: See TracChangeset
for help on using the changeset viewer.