Changeset 37689 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/12/2016 12:33:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37677 r37689 2662 2662 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 2663 2663 <meta name="viewport" content="width=device-width"> 2664 <?php wp_no_robots(); ?> 2664 <?php 2665 if ( function_exists( 'wp_no_robots' ) ) { 2666 wp_no_robots(); 2667 } 2668 ?> 2665 2669 <title><?php echo $title ?></title> 2666 2670 <style type="text/css">
Note: See TracChangeset
for help on using the changeset viewer.