Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tools: wp-cli

- name: Install latest version of dist-archive-command
run: wp package install wp-cli/dist-archive-command:@stable
run: wp package install wp-cli/dist-archive-command:^3.1

- name: Build plugin
run: |
Expand All @@ -26,6 +26,6 @@ jobs:
unzip ${{ github.event.repository.name }}.zip -d build

- name: Run plugin check
uses: wordpress/plugin-check-action@v1.0.6
uses: wordpress/plugin-check-action@v1.1.5
with:
build-dir: './build/${{ github.event.repository.name }}'
6 changes: 5 additions & 1 deletion templates/blank.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
* This template is used to display a blank comments page when comments are disabled.
*/

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<!-- <?php esc_html_e( 'Comments have been disabled.', 'comment-free-zone' ); ?> -->
<!-- <?php esc_html_e( 'Comments have been disabled.', 'comment-free-zone' ); ?> -->
Loading