• I get this error message:

    Warning: uasort(): Array was modified by the user comparison function in D:\www\www405\wp-includes\class-wp-theme.php on line 1270

    i have the following code copy of class-wp-theme.php below.

    uasort( $themes, array( ‘WP_Theme’, ‘_name_sort_i18n’ ) );

    what is i18n refer to??

    Thanks for your help..

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    i18n = Internationalization

    It’s a numeronym where 18 stands for the number of letters between the i and the n.

    Details: https://en.wikipedia.org/wiki/Internationalization_and_localization

    That’s likely not the problem though, there’s probably a conflict somewhere further up the chain causing that particular function to fail.

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: uasort(): Array was modified by the user comparison function in D:\www’ is closed to new replies.