Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/28/2019 09:50:09 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Upgrades: add support for version key in repair tool registration.

This will get used by individual tools, to provide a UI for routines that need to be run between version upgrades.

See #3244.

File:
1 edited

Legend:

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

    r6780 r6890  
    7272        'priority'    => 0,
    7373        'overhead'    => 'low',
     74        'version'     => '',
    7475        'components'  => array(),
    7576
     
    9394        'overhead'    => $r['overhead'],
    9495        'components'  => $r['components'],
     96        'version'     => $r['version'],
    9597
    9698        // @todo
Note: See TracChangeset for help on using the changeset viewer.