Changeset 11839 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 02/01/2018 10:26:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-attachments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r11819 r11839 926 926 // Load the attachment template in WP Administration screens. 927 927 if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) { 928 $attachment_admin_template_part = buddypress()->themes_dir . '/ bp-legacy/buddypress/' . $attachment_template_part . '.php';928 $attachment_admin_template_part = buddypress()->themes_dir . '/shared/buddypress/' . $attachment_template_part . '.php'; 929 929 930 930 // Check whether the template part exists.
Note: See TracChangeset
for help on using the changeset viewer.