We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243a836 commit cb59333Copy full SHA for cb59333
.github/workflows/pr-checks.yml
@@ -78,6 +78,9 @@ jobs:
78
- name: Run JavaScript unit tests
79
run: npm run test:unit
80
81
+ - name: Install Subversion
82
+ run: sudo apt-get update -y && sudo apt-get install -y subversion
83
+
84
- name: Run PHP tests
85
run: |
86
mysql -uroot -h127.0.0.1 -e 'SELECT version()' \
create-block-theme.php
@@ -18,8 +18,6 @@
18
die;
19
}
20
21
-// Test
22
-
23
// Include file with download_url() if function doesn't exist.
24
if ( ! function_exists( 'download_url' ) ) {
25
require_once ABSPATH . 'wp-admin/includes/file.php';
0 commit comments