Changeset 752494
- Timestamp:
- 08/06/2013 08:00:35 PM (13 years ago)
- Location:
- php-code-for-posts/tags/1.1
- Files:
-
- 2 edited
-
PHPPostCode.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
php-code-for-posts/tags/1.1/PHPPostCode.php
r624848 r752494 630 630 <?php 631 631 } 632 633 /* 634 * set variables into the _vars array 635 * 636 * @since 1.1 637 * @author The Missing Code 638 */ 639 function set_variable($key, $value) { 640 $this->_vars[$key] = $value; 641 } 642 643 /** 644 * get variable from the _vars array 645 * 646 * @since 1.1 647 * @author The Missing Code 648 **/ 649 function get_variable($key) { 650 return $this->_vars[$key]; 651 } 652 632 653 } 633 654 // End of the class -
php-code-for-posts/tags/1.1/readme.txt
r624848 r752494 4 4 Tags: PHP, allow php, exec php, execute php, php shortcode, php in posts, use php, embed html 5 5 Requires at least: 3.3.1 6 Tested up to: 3. 4.37 Stable tag: 1. 06 Tested up to: 3.6 7 Stable tag: 1.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 = 1.1 = 54 54 * Added missing functionality for delete single snippet 55 * Tested for WP 3.4.3 55 * Tested for WP 3.6 56 * Added class functions for getting and setting shared variables (get_variable and set_variable) 56 57 57 58 == Upgrade Notice == … … 61 62 = 1.1 = 62 63 * Added in missing functionality 63 * Tested for WP 3. 4.364 * Tested for WP 3.6 64 65 65 66
Note: See TracChangeset
for help on using the changeset viewer.