Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update class-wc-order.php comment text #38630

Merged
merged 2 commits into from Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions plugins/woocommerce/changelog/pr-38630
@@ -0,0 +1,4 @@
Significance: patch
Type: tweak

Doc block tweak, no changelog necessary
2 changes: 1 addition & 1 deletion plugins/woocommerce/includes/class-wc-order.php
Expand Up @@ -806,7 +806,7 @@ public function get_payment_method_title( $context = 'view' ) {
}

/**
* Get transaction d.
* Get transaction id.
*
* @param string $context What the value is for. Valid values are view and edit.
* @return string
Expand Down