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 moved

Legend:

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

    r9496 r9503  
    455455
    456456    // Signups is not there and we need it so let's create it
    457     require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-schema.php' );
     457    require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' );
    458458    require_once( ABSPATH                  . 'wp-admin/includes/upgrade.php'     );
    459459
Note: See TracChangeset for help on using the changeset viewer.