Changeset 59027 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/17/2024 12:01:09 AM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58975 r59027 3869 3869 <head> 3870 3870 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $parsed_args['charset']; ?>" /> 3871 <meta name="viewport" content="width=device-width ">3871 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 3872 3872 <?php 3873 3873 if ( function_exists( 'wp_robots' ) && function_exists( 'wp_robots_no_robots' ) && function_exists( 'add_filter' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.