Feature request: Ability to rename Sub Wiki

0

This is just a small thing, but I think it might be useful. On the wiki pages, I’m renaming the Sub Wiki to read as Related Articles.

I do it in wiki-includes.php on line 667

Here’s the original:

$bottom = "<h3>".__('Sub Wikis', $this->translation_domain) . "</h3> <ul><li>";

I change it to:

$bottom = "<h3>".__('Related Articles', $this->translation_domain) . "</h3> <ul><li>";

I’m trying to set up the site without using the word Wiki too much, but this is one of those places where it really stands out. I was wondering you all could make this an upgrade-friendly fix by allowing for a field in the settings to define it. I only realized a small need for it when I ran the latest upgrade. It would just reduce the manual changes needed every time an upgrade is run.

  • aecnu
    • WP Unicorn

    Greetings Saunt Valerian,

    Thanks for bringing this up, it certainly sounds like a useful customization to the plugin.

    You can now make plugin and feature requests here:

    http://wpmudev.uservoice.com/

    The more popular a request is and the more votes it gets, the more likely it will be considered.

    It might have already been suggested. It is worth a quick search to add your votes before submitting a new suggestion.

    Thank you for being a WPMU Dev member!

    If we can be of further assistance please let us know.

    Cheers, Joe :slight_smile: