Changeset 441028
- Timestamp:
- 09/20/2011 09:31:45 PM (15 years ago)
- Location:
- php-to-page/trunk
- Files:
-
- 2 edited
-
php-to-page.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
php-to-page/trunk/php-to-page.php
r439493 r441028 4 4 Plugin URI: http://studio.bloafer.com/wordpress-plugins/php-to-page/ 5 5 Description: Keep your PHP and WordPress seperate, using the shortcode [php-to-page] you can include PHP files in your pages. 6 Version: 0. 26 Version: 0.3 7 7 Author: Kerry James 8 8 Author URI: http://studio.bloafer.com/ … … 25 25 } 26 26 } 27 return $output;27 return html_entity_decode($output); 28 28 } 29 29 -
php-to-page/trunk/readme.txt
r439493 r441028 4 4 Plugin URI: http://studio.bloafer.com/wordpress-plugins/php-to-page/ 5 5 Description: Keep your PHP and WordPress seperate, using the shortcode [php-to-page] you can include PHP files in your pages. 6 Version: 0. 26 Version: 0.3 7 7 Author: Kerry James 8 8 Author URI: http://studio.bloafer.com/ … … 29 29 30 30 == Changelog == 31 = 0.3 = 32 * Fixed htmlentities problem 31 33 = 0.2 = 32 34 * Fixed rendering issue
Note: See TracChangeset
for help on using the changeset viewer.