Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Jan 20, 2016
1 parent 60ac4ce commit 2a80be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/wc-account-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function wc_get_account_orders_columns() {
*/
function wc_get_account_orders_query_args() {
$args = array(
'numberposts' => 15,
'numberposts' => 2,
'meta_key' => '_customer_user',
'meta_value' => get_current_user_id(),
'post_type' => wc_get_order_types( 'view-orders' ),
Expand Down
4 changes: 2 additions & 2 deletions templates/myaccount/my-account.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
/**
* Deprecated woocommerce_before_my_account action.
*
* @depracated 2.6.0
* @deprecated 2.6.0
*/
do_action( 'woocommerce_before_my_account' );

/**
* Deprecated woocommerce_after_my_account action.
*
* @depracated 2.6.0
* @deprecated 2.6.0
*/
do_action( 'woocommerce_after_my_account' );
?>
Expand Down

0 comments on commit 2a80be3

Please sign in to comment.