Changeset 12072
- Timestamp:
- 05/09/2018 09:30:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/classes/class-bp-settings-component.php
r11926 r12072 71 71 if ( is_user_logged_in() ) { 72 72 if ( bp_is_current_action( 'general' ) ) { 73 require $this->path . 'bp-settings/ screens/general.php';73 require $this->path . 'bp-settings/actions/general.php'; 74 74 75 75 // Specific to post requests.
Note: See TracChangeset
for help on using the changeset viewer.