Plugin Directory

Changeset 1784825


Ignore:
Timestamp:
12/11/2017 03:41:41 PM (8 years ago)
Author:
zeshanb
Message:

modified readme.txt file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-code-pre/trunk/readme.txt

    r1735001 r1784825  
    1212=== Description ===
    1313 
    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.
     14This 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.
    1515
    1616This 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.
     
    23231. Upload the wp-code-pre.zip folder to your site's wp-content/plugins directory
    24241. Activate the plugin in the WordPress Admin Panel
    25 1. surround source code with <pre> tags, when writing in blog posts
     251. surround source code with <code> <pre> </code> tags, when writing in blog posts
    2626 
    2727== Changelog ==
     
    3838 
    39391. Code preview on blog post or page
    40 2. Typing code in text tab of WordPress Admin Writing Post.
     402. Typing code in text tab of WordPress Admin area when writing Post.
Note: See TracChangeset for help on using the changeset viewer.