Error Message when uploading > 1mb Images
Ok. I seem to have mistakenly eliminated some code when customizing my theme. While testing, I noticed that the "error" message that appears when a user uploads images larger than 1mb no longer prints. I can see the error message in the browser URL, so I know that the function is in fact working. Also, this line of code IS still intact in header.php:
Code:
<?php if ( !empty( $_GET['error'] ) ) : ?>
<div class='error'><?php echo cp_filter( $_GET['error'] ); ?></div>
<?php endif; ?>
Furthermore, the "ok" class that prints the "post success" IS working.
Is there another spot in the theme files that control the "error" message. I am completely stuck. I understand entirely that my modifying the files makes this problem my own issue, and to no fault of David, but any help to push me in the right direction is REALLY appreciated. I need new eyes on this, as I have worn myself trying to fix it.