Changeset 530118
- Timestamp:
- 04/12/2012 01:53:57 AM (14 years ago)
- Location:
- content-molecules/trunk
- Files:
-
- 2 edited
-
emc2_content_molecules.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-molecules/trunk/emc2_content_molecules.php
r464495 r530118 7 7 Author: Marcus E. Pope, marcuspope 8 8 Author URI: http://www.marcuspope.com 9 Version: 1. 09 Version: 1.2 10 10 11 11 Copyright 2011 Marcus E. Pope (email : me@marcuspope.com) … … 107 107 if (EMC2_Molecule::is_save($post_id, EMC2_Molecule::$props['post_type'])) { 108 108 //Save custom meta properties 109 update_post_meta($post_id, EMC2_Molecule::$props['tag_id'], $_POST[ $v]);109 update_post_meta($post_id, EMC2_Molecule::$props['tag_id'], $_POST[EMC2_Molecule::$props['classes']]); 110 110 EMC2_Molecule::reset_transient_cache(); 111 111 } -
content-molecules/trunk/readme.txt
r464462 r530118 51 51 == Changelog == 52 52 53 = 1.2 = 54 * Fixed two bugs: invalid var reference 55 forgot to update the version tag for my last update :( 53 56 = 1.1 = 54 57 * Fixed two bugs: potential overwrite of other custom properties added to view all list.
Note: See TracChangeset
for help on using the changeset viewer.