Plugin Directory

Changeset 530118


Ignore:
Timestamp:
04/12/2012 01:53:57 AM (14 years ago)
Author:
MarcusPope
Message:

fixed two bugs, forgot to update the version id and fixed a bad var reference.

Location:
content-molecules/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content-molecules/trunk/emc2_content_molecules.php

    r464495 r530118  
    77Author: Marcus E. Pope, marcuspope
    88Author URI: http://www.marcuspope.com
    9 Version: 1.0
     9Version: 1.2
    1010
    1111Copyright 2011 Marcus E. Pope (email : me@marcuspope.com)
     
    107107        if (EMC2_Molecule::is_save($post_id, EMC2_Molecule::$props['post_type'])) {
    108108            //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']]);
    110110            EMC2_Molecule::reset_transient_cache();
    111111        }
  • content-molecules/trunk/readme.txt

    r464462 r530118  
    5151== Changelog ==
    5252
     53= 1.2 =
     54* Fixed two bugs: invalid var reference
     55                  forgot to update the version tag for my last update :(
    5356= 1.1 =
    5457* Fixed two bugs: potential overwrite of other custom properties added to view all list.
Note: See TracChangeset for help on using the changeset viewer.