Skip to content

Commit 5a9093e

Browse files
committed
ttt800
1 parent 2e57c45 commit 5a9093e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- 'package*'
1818
- 'readme.txt'
1919
- 'webpack.config.js'
20-
- './*.php'
20+
- '*.php'
2121

2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.ref }}

woocommerce-paypal-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
/**
47-
* Displays an admin notice and optionally deactivates the current plugin.
47+
* Displays an admin notice and optionally deactivates the current plugin.TEST.
4848
*
4949
* This function registers a callback to display administrative notices on both
5050
* single-site and network admin areas. It's typically used to show error messages

0 commit comments

Comments
 (0)