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-components.php

    r9496 r9503  
    248248
    249249        // Save settings and upgrade schema
    250         require_once( $bp->plugin_dir . '/bp-core/admin/bp-core-schema.php' );
     250        require_once( $bp->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' );
    251251
    252252        $submitted = stripslashes_deep( $_POST['bp_components'] );
Note: See TracChangeset for help on using the changeset viewer.