Changeset 727151
- Timestamp:
- 06/16/2013 03:54:19 PM (13 years ago)
- Location:
- wp-hatena-notation/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-hatena-notation.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-hatena-notation/trunk/readme.txt
r707962 r727151 42 42 == Changelog == 43 43 44 = 2.0.4 = 45 * 互換性維持のため`wphn_render()`を追加 46 44 47 = 2.0.3 = 45 48 * 改行の扱いで「何もしない」以外を選んだ場合`wpautop`フィルタを無効化 -
wp-hatena-notation/trunk/wp-hatena-notation.php
r707957 r727151 3 3 Plugin Name: WP Hatena Notation 4 4 Plugin URI: https://github.com/rewish/wp-hatena-notation 5 Description: あなたのWordPressに「はてな記法」を導入します。6 Version: 2.0. 35 Description: WordPressに「はてな記法」を導入します。 6 Version: 2.0.4 7 7 Author: rewish 8 8 Author URI: https://github.com/rewish … … 17 17 // Global instance 18 18 $wp_hatena_notation = new WP_Hatena_Notation('wp-hatena-notation'); 19 20 // Function to maintain compatibility with 1.x 21 function wphn_render($content) { 22 global $wp_hatena_notation; 23 return $wp_hatena_notation->render($content); 24 }
Note: See TracChangeset
for help on using the changeset viewer.