Make WordPress Core


Ignore:
Timestamp:
08/08/2005 01:13:22 AM (20 years ago)
Author:
matt
Message:

Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r2756 r2762  
    55?>
    66<?php if (isset($_GET['message'])) : ?>
    7 <div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
     7<div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div>
    88<?php endif; ?>
    99
     
    5353    document.post.title.focus();
    5454}
    55 window.onload = focusit;
     55addLoadEvent(focusit);
    5656</script>
    5757<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.