Plugin Directory

Changeset 3427296


Ignore:
Timestamp:
12/25/2025 01:25:07 PM (4 weeks ago)
Author:
whiteshadow
Message:

Minor: Make ameModule::getTabUrl() public

Modules that are less monolithic can benefit from this, e.g. if a component needs to make a link to the module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin-menu-editor/trunk/includes/module.php

    r3380466 r3427296  
    8282    }
    8383
    84     protected function getTabUrl($queryParameters = array()) {
     84    public function getTabUrl($queryParameters = array()) {
    8585        $queryParameters = array_merge(
    8686            array('sub_section' => $this->tabSlug),
Note: See TracChangeset for help on using the changeset viewer.