Changeset 1784825
- Timestamp:
- 12/11/2017 03:41:41 PM (8 years ago)
- File:
-
- 1 edited
-
wp-code-pre/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-code-pre/trunk/readme.txt
r1735001 r1784825 12 12 === Description === 13 13 14 This simple plugin was created because of security concerns related to using PHP preg_replace directly. With transition to PHP7, it's advised to us preg_replace_callback instead.14 This simple plugin was created because of security concerns related to using PHP preg_replace directly. With transition to PHP7, it's advised to use preg_replace_callback instead. 15 15 16 16 This plugin uses built-in supported feature of PHP-"highlight_string". This plugin filters post content for <code><pre> </pre></code> and helps display html and other source code. … … 23 23 1. Upload the wp-code-pre.zip folder to your site's wp-content/plugins directory 24 24 1. Activate the plugin in the WordPress Admin Panel 25 1. surround source code with < pre> tags, when writing in blog posts25 1. surround source code with <code> <pre> </code> tags, when writing in blog posts 26 26 27 27 == Changelog == … … 38 38 39 39 1. Code preview on blog post or page 40 2. Typing code in text tab of WordPress Admin Writing Post.40 2. Typing code in text tab of WordPress Admin area when writing Post.
Note: See TracChangeset
for help on using the changeset viewer.