Skip to content

Commit

Permalink
Specify ACF 6.0 in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverharrison committed Oct 24, 2022
1 parent 1572860 commit f88f42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wds-acf-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function wds_acf_blocks_has_parent_plugin() {
function wds_acf_blocks_parent_plugin_notice() {
?>
<div class="error">
<p><?php esc_html_e( 'WDS ACF Blocks has been deactivated because Advanced Custom Fields Pro has been deactivated. Advanced Custom Fields Pro must be active in order for you to use WDS ACF Blocks.', 'abs' ); ?></p>
<p><?php esc_html_e( 'WDS ACF Blocks has been deactivated because Advanced Custom Fields Pro 6.0+ has been deactivated. Advanced Custom Fields Pro 6.0+ must be active in order for you to use WDS ACF Blocks.', 'abs' ); ?></p>
</div>
<?php
}
Expand Down

0 comments on commit f88f42e

Please sign in to comment.