Changeset 1743 for trunk/wp-admin/admin-header.php
- Timestamp:
- 10/05/2004 06:59:13 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r1648 r1743 42 42 <link rel="shortcut icon" href="../wp-images/wp-favicon.png" /> 43 43 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" /> 44 <?php45 if ($redirect==1) {46 ?>47 <script type="text/javascript">48 <!--49 function redirect() {50 window.location = "<?php echo $redirect_url; ?>";51 }52 setTimeout("redirect();", 600);53 //-->54 </script>55 <?php56 } // redirect57 ?>58 44 59 45 <?php if (isset($xfn)) : ?>
Note: See TracChangeset
for help on using the changeset viewer.