Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/17/2015 11:36:05 PM (10 years ago)
Author:
djpaul
Message:

Rename component admin files to avoid confusion with non-admin files sharing the same name.

This rename de-duplicates the file names and make the context they're loaded in clearer.
This is a change for developer convenience. e.g. some IDEs will offer a shortcut to opening the files by name, but is very confusing when two identically-named files are listed in the results with, usually, no quick way of disambiguating them.

Fixes #6051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-update.php

    r9351 r9503  
    196196    ) );
    197197
    198     require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-schema.php' );
     198    require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' );
    199199
    200200    // Install BP schema and activate only Activity and XProfile
Note: See TracChangeset for help on using the changeset viewer.