Fixed a typo and missing comma

This commit is contained in:
Claudio Sanches 2016-11-18 09:13:37 -02:00
parent 92c7cafff8
commit c0809d0b72
1 changed files with 2 additions and 2 deletions

View File

@ -1493,7 +1493,7 @@ class WC_Admin_Post_Types {
}
/**
* Manipule shop order bulk actions.
* Manipulate shop order bulk actions.
*
* @param array $actions List of actions.
* @return array
@ -1549,7 +1549,7 @@ class WC_Admin_Post_Types {
'post_type' => 'shop_order',
$report_action => true,
'changed' => $changed,
'ids' => join( ',', $ids )
'ids' => join( ',', $ids ),
), $redirect_to );
return esc_url_raw( $redirect_to );