mirror of
git://develop.git.wordpress.org/
synced 2025-04-06 21:23:29 +02:00
Coding Standards: Use strict comparison in wp-admin/options-writing.php
.
Follow-up to [4326], [19304]. Props aristath, poena, afercia, SergeyBiryukov. See #57839. git-svn-id: https://develop.svn.wordpress.org/trunk@55904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8ddd94e693
commit
305816b232
@ -206,7 +206,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
|
||||
?>
|
||||
<h2 class="title"><?php _e( 'Update Services' ); ?></h2>
|
||||
|
||||
<?php if ( 1 == get_option( 'blog_public' ) ) : ?>
|
||||
<?php if ( '1' === get_option( 'blog_public' ) ) : ?>
|
||||
|
||||
<p><label for="ping_sites">
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user