Skip to:
Content

BuddyPress.org

Changeset 13885


Ignore:
Timestamp:
06/01/2024 07:35:11 PM (2 years ago)
Author:
espellcaste
Message:

Delete already deprecated BP_Walker_Nav_Menu_Checklist file.

Props imath
Closes https://github.com/buddypress/buddypress/pull/305
See #8291
Fixes #9165

Location:
trunk/src
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r13818 r13885  
    729729                        'BP_User_Query'                              => 'core',
    730730                        'BP_Walker_Category_Checklist'               => 'core',
    731                         /**
    732                          * BP_Walker_Nav_Menu_Checklist class.
    733                          *
    734                          * As this class corresponding file is deprecated, it will trigger a deprecation notice if instantiated.
    735                          * In a subsequent release, we'll remove it from our Classes Autoloader.
    736                          *
    737                          * @todo Remove the BP_Walker_Nav_Menu_Checklist from our Classes Autoloader.
    738                          */
    739                         'BP_Walker_Nav_Menu_Checklist'               => 'core',
    740731                        'BP_Walker_Nav_Menu'                         => 'core',
    741732                        'BP_Invitation_Manager'                      => 'core',
Note: See TracChangeset for help on using the changeset viewer.