Changeset 3548 for trunk/wp-includes/functions.php
- Timestamp:
- 02/18/2006 07:40:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3535 r3548 2382 2382 } 2383 2383 2384 function privacy_ping_filter( $sites ) { 2385 if ( get_option('blog_public') ) 2386 return $sites; 2387 else 2388 return ''; 2389 } 2384 2390 ?>
Note: See TracChangeset
for help on using the changeset viewer.