Skip to:
Content

bbPress.org

Changeset 6500


Ignore:
Timestamp:
06/08/2017 02:59:17 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Admin: Rename upgrades.php to upgrade.php to match the other files.

Location:
trunk/src/includes/admin
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/admin.php

    r6498 r6500  
    124124        require $this->admin_dir . 'tools/converter.php';
    125125        require $this->admin_dir . 'tools/repair.php';
    126         require $this->admin_dir . 'tools/upgrades.php';
     126        require $this->admin_dir . 'tools/upgrade.php';
    127127        require $this->admin_dir . 'tools/reset.php';
    128128        require $this->admin_dir . 'tools/help.php';
Note: See TracChangeset for help on using the changeset viewer.