Plugin Directory

Changeset 1337107


Ignore:
Timestamp:
01/27/2016 12:15:41 PM (10 years ago)
Author:
oxynotes
Message:

Entity Decode Button 1.0.2 commit

Location:
entity-decode-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • entity-decode-button/trunk/entity-decode-button.php

    r1337061 r1337107  
    44Plugin URI: https://wordpress.org/plugins/entity-decode-button/
    55Description: テキストエディタにentityとdecodeボタンを追加します。
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: oxynotes
    88Author URI: http://oxynotes.com
  • entity-decode-button/trunk/readme.txt

    r1337061 r1337107  
    55Requires at least: 4.4.1
    66Tested up to: 4.4.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222文字を選択した状態で「entity_char」ボタンをクリックすると実体参照化します。PHPのhtmlspecialcharsに相当します。
    2323
    24 例)「entity_char」ボタンの変換
    25 `<div> → &amp;lt;div&amp;gt;`
    26 
    2724**「entity_num」ボタン**
    2825
    2926「entity_num」ボタンは10進数の数値文字参照化(文字参照)します。PHPのmb_encode_numericentityに相当します。(改行も変換するので複数行実行する場合は注意)
    3027
    31 例)「entity_num」ボタンの変換
    32 `<div> → &amp;#60;&amp;#100;&amp;#105;&amp;#118;&amp;#62;`
    33 
    3428**「decode」ボタン**
    3529
    3630「decode」ボタンは実体参照・文字参照の両方をデコードします。
    37 
    38 例)「decode」ボタンの変換
    39 `&amp;lt;div&amp;gt; → <div>
    40 &amp;#60;&amp;#100;&amp;#105;&amp;#118;&amp;#62; → <div>`
    4131
    4232== Installation ==
     
    5646== Changelog ==
    5747
    58 1.0.1
     481.0.2
    5949README改定。
    6050
Note: See TracChangeset for help on using the changeset viewer.