The MU forums have moved to WordPress.org

Upgraded 1.2.1 to 1.2.5, getting error: number_format_i18n() (2 posts)

  1. nolageek
    Member
    Posted 16 years ago #

    I'm getting the following error in my dashboards across all blogs:

    Fatal error: Call to undefined function: number_format_i18n() in /home/nolageek/public_html/wp-admin/index.php on line 46

    Refferenced line in file is:

    <?php if ( $numcomments ) : ?>
    <p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s)'), number_format_i18n($numcomments) ); ?> &raquo;</a></strong></p>
    <?php endif; ?>
  2. selad
    Member
    Posted 16 years ago #

    It seems that you have not upgraded the file wp-admin/index.php since the number_format_i18n() function on line 46 was replaced by number_format().

About this Topic