Make WordPress Core


Ignore:
Timestamp:
10/05/2004 06:59:13 AM (20 years ago)
Author:
saxmatt
Message:

Input cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r1648 r1743  
    4242<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    4343<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
    44 <?php
    45 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 <?php
    56 } // redirect
    57 ?>
    5844
    5945<?php if (isset($xfn)) : ?>
Note: See TracChangeset for help on using the changeset viewer.