Changeset 180960
- Timestamp:
- 12/08/2009 06:46:41 PM (16 years ago)
- Location:
- magic-fields
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from magic-fields/trunk)
-
tags/1.3.1/Main.php (modified) (2 diffs)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
trunk/Main.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-fields/tags/1.3.1/Main.php
r180378 r180960 5 5 Description: Create custom write panels and easily retrieve their values in your templates. 6 6 Author: Hunk and Gnuget 7 Version: 1.3 7 Version: 1.3.1 8 8 Author URI: http://magicfields.org 9 9 */ … … 168 168 169 169 add_action('edit_form_advanced','put_write_panel_id'); 170 add_action('edit_page_form','put_write_panel_id'); 170 171 171 172 /** -
magic-fields/tags/1.3.1/readme.txt
r180661 r180960 5 5 Requires at least: 2.7 6 6 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=edgar%40programador%2ecom&lc=GB&item_name=Donation%20Magic%20Fields¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 7 Stable tag: 1.3 7 Stable tag: 1.3.1 8 8 Description: Magic Fields is a feature rich WordPress CMS plugin. 9 9 … … 27 27 28 28 == Changelog == 29 30 = 1.3.1 = 31 * Fix critical bug in write panels type page 29 32 30 33 = 1.3 = -
magic-fields/trunk/Main.php
r180378 r180960 5 5 Description: Create custom write panels and easily retrieve their values in your templates. 6 6 Author: Hunk and Gnuget 7 Version: 1.3 7 Version: 1.3.1 8 8 Author URI: http://magicfields.org 9 9 */ … … 168 168 169 169 add_action('edit_form_advanced','put_write_panel_id'); 170 add_action('edit_page_form','put_write_panel_id'); 170 171 171 172 /** -
magic-fields/trunk/readme.txt
r180661 r180960 5 5 Requires at least: 2.7 6 6 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=edgar%40programador%2ecom&lc=GB&item_name=Donation%20Magic%20Fields¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 7 Stable tag: 1.3 7 Stable tag: 1.3.1 8 8 Description: Magic Fields is a feature rich WordPress CMS plugin. 9 9 … … 27 27 28 28 == Changelog == 29 30 = 1.3.1 = 31 * Fix critical bug in write panels type page 29 32 30 33 = 1.3 =
Note: See TracChangeset
for help on using the changeset viewer.