Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18833, comment 5


Ignore:
Timestamp:
10/01/2011 02:11:56 PM (14 years ago)
Author:
rmccue
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18833, comment 5

    initial v1  
    1010        update_post_meta($id, 'rm_myfield', $raw['rm_myfield']);
    1111}
    12 add_filter('save_post', 'rm_savemydata', 10, 3);
     12add_action('save_post', 'rm_savemydata', 10, 3);
    1313}}}