Make WordPress Core


Ignore:
Timestamp:
12/07/2008 08:51:38 AM (16 years ago)
Author:
markjaquith
Message:

Pad wp_die() error messages to be over 512 chars, so IE always displays our text. props DD32. fixes #7890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r10098 r10105  
    22912291<?php endif; ?>
    22922292    <?php echo $message; ?>
     2293    <?php if ( strlen($message) < 512) echo str_repeat(' ', 512-strlen($message)); ?>
    22932294</body>
    22942295</html>
Note: See TracChangeset for help on using the changeset viewer.