Changeset 59887
- Timestamp:
- 02/28/2025 11:25:15 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59871 r59887 3208 3208 */ 3209 3209 function privacy_ping_filter( $sites ) { 3210 if ( '0' != get_option( 'blog_public' ) ) {3210 if ( '0' !== get_option( 'blog_public' ) ) { 3211 3211 return $sites; 3212 3212 } else {
Note: See TracChangeset
for help on using the changeset viewer.