Changeset 59946
- Timestamp:
- 03/06/2025 03:34:28 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r59904 r59946 1716 1716 1717 1717 $output = "User-agent: *\n"; 1718 $public = get_option( 'blog_public' );1718 $public = (bool) get_option( 'blog_public' ); 1719 1719 1720 1720 $site_url = parse_url( site_url() );
Note: See TracChangeset
for help on using the changeset viewer.