Plugin Directory

Changeset 2577179


Ignore:
Timestamp:
08/03/2021 01:02:58 PM (5 years ago)
Author:
rajeevglocify
Message:

remove html tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • load-more-posts/trunk/loadmorepost.php

    r2489616 r2577179  
    44* Plugin URI:
    55* Description: A Plugin to add Load More Posts option. Use shortcode (see admin setting...) to display all posts for any page.
    6 * Version: 1.2.2
     6* Version: 1.2.3
    77* Author: Rajeev Chauhan
    88* Author URI: mailto:rajeev.glocify@gmail.com
     
    165165                </h3>
    166166                <div class="news-block-summary">
    167                 <p>'.$content.'</p>
     167                <p>'.strip_tags($content).'</p>
    168168                </div>     
    169169                </div>
     
    254254            </h3>
    255255            <div class="news-block-summary">
    256                 <p>'.$content.'</p>
     256                <p>'.strip_tags($content).'</p>
    257257            </div> 
    258258        </div>
Note: See TracChangeset for help on using the changeset viewer.