changed filter name to be past tense for clarity

loushou
This commit is contained in:
Loushou 2014-09-19 09:08:54 -07:00
parent becdc0977d
commit 1252db79f8
1 changed files with 1 additions and 1 deletions

View File

@ -395,5 +395,5 @@ function wc_save_order_items( $order_id, $items ) {
add_post_meta( $order_id, '_order_currency', get_woocommerce_currency(), true );
// inform other plugins that the items have been saved
do_action( 'woocommerce_save_order_items', $order_id, $items );
do_action( 'woocommerce_saved_order_items', $order_id, $items );
}