Problem with grins
-
I made the following edit to my admin-functions.php file to get the grins program to show up when writing:
<script type=”text/javascript”>edToolbar();</script>
‘;
if (function_exists(“wp_grins”)) { echo “
“; wp_grins(); }
echo ‘</div>’;
endif;
}The plugin is working but now I’m getting this message in the admin area:
Warning: Cannot modify header information – headers already sent by (output started at /home/mulligan/public_html/wp-admin/admin-functions.php:1044) in /home/mulligan/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information – headers already sent by (output started at /home/mulligan/public_html/wp-admin/admin-functions.php:1044) in /home/mulligan/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/mulligan/public_html/wp-admin/admin-functions.php:1044) in /home/mulligan/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /home/mulligan/public_html/wp-admin/admin-functions.php:1044) in /home/mulligan/public_html/wp-admin/admin.php on line 9
I don’t know enough about php to figure out what is wrong. Can anyone help me?
- The topic ‘Problem with grins’ is closed to new replies.