• Resolved Marcelo Pedra

    (@kent-brockman)


    Hello my friend.
    I found a bug in the way your plugin is reordering the names of the sites: it is not considering upper/lower case. So it is ordering names like this:

    Site A
    Site C
    site B
    site D

    To fix this, I modified line 25 and now looks like this:

    $blog_names[$site_id] = strtoupper($site->blogname);

    and it did the trick:

    Site A
    site B
    Site C
    site D

    Hope you can merge it to a new update.
    Thanks!

    http://wordpress.org/plugins/reorder-my-sites/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed A-Z ordering’ is closed to new replies.