Add text if there are no product orders
This commit is contained in:
parent
2370a8d957
commit
6570a7ced6
|
@ -135,6 +135,8 @@ function woocommmerce_dashboard_recent_orders() {
|
||||||
|
|
||||||
endforeach;
|
endforeach;
|
||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
|
else:
|
||||||
|
echo '<p>' . __( 'There are no product orders yet.', 'woocommerce' ) . '</p>';
|
||||||
endif;
|
endif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue