Plugin Directory

Changeset 441028


Ignore:
Timestamp:
09/20/2011 09:31:45 PM (15 years ago)
Author:
Bloafer
Message:

Update render issue

Location:
php-to-page/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • php-to-page/trunk/php-to-page.php

    r439493 r441028  
    44Plugin URI: http://studio.bloafer.com/wordpress-plugins/php-to-page/
    55Description: Keep your PHP and WordPress seperate, using the shortcode [php-to-page] you can include PHP files in your pages.
    6 Version: 0.2
     6Version: 0.3
    77Author: Kerry James
    88Author URI: http://studio.bloafer.com/
     
    2525        }
    2626    }
    27     return $output;
     27    return html_entity_decode($output);
    2828}
    2929
  • php-to-page/trunk/readme.txt

    r439493 r441028  
    44Plugin URI: http://studio.bloafer.com/wordpress-plugins/php-to-page/
    55Description: Keep your PHP and WordPress seperate, using the shortcode [php-to-page] you can include PHP files in your pages.
    6 Version: 0.2
     6Version: 0.3
    77Author: Kerry James
    88Author URI: http://studio.bloafer.com/
     
    2929
    3030== Changelog ==
     31= 0.3 =
     32* Fixed htmlentities problem
    3133= 0.2 =
    3234* Fixed rendering issue
Note: See TracChangeset for help on using the changeset viewer.