Plugin Directory

Changeset 3105997

Timestamp:
06/22/2024 12:04:21 PM (6 weeks ago)
Author:
whiteshadow
Message:

Minor: Reformat code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin-menu-editor/trunk/modules/redirector/redirector.php

    r3030217 r3105997  
    2727    const PRELOADED_USER_LIMIT = 50;
    2828    const SEARCH_USER_LIMIT = 30;
    29     protected static $desiredUserFields = array('ID', 'display_name', 'user_login');
     29    protected static $desiredUserFields = ;
    3030
    3131    protected $tabSlug = 'redirects';
     
    7373                ->requiredParam('term')
    7474                ->method('get')
    75                 ->permissionCallback(array($this, 'userCanSearchUsers'))
    76                 ->handler(array($this, 'ajaxSearchUsers'))
     75                ->permissionCallback()
     76                ->handler()
    7777                ->register();
    7878
     
    379379    }
    380380
    381     public function handleSettingsForm($post = array()) {
     381    public function handleSettingsForm($post = ) {
    382382        parent::handleSettingsForm($post);
    383383
Note: See TracChangeset for help on using the changeset viewer.