Skip to content

Commit

Permalink
test; this build should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jun 11, 2020
1 parent 38c8ef3 commit 89fcab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/app/mu-plugins/disallow-indexing.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* License: MIT License
*/

if (defined('WP_ENV') && WP_ENV !== 'production' && !is_admin()) {
if (defined('WP_ENV') && WP_ENV !== 'production' && !is_admin())
{
add_action('pre_option_blog_public', '__return_zero');
}

0 comments on commit 89fcab9

Please sign in to comment.