Ticket #6457: 6457.01.patch
File 6457.01.patch, 705 bytes (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress-functions.php
393 393 $locations['bp-child'] = array( 394 394 'dir' => get_stylesheet_directory(), 395 395 'uri' => get_stylesheet_directory_uri(), 396 'file' => $file,396 'file' => str_replace( '.min', '', $file ), 397 397 ); 398 398 } 399 399 400 400 $locations['bp-parent'] = array( 401 401 'dir' => get_template_directory(), 402 402 'uri' => get_template_directory_uri(), 403 'file' => $file,403 'file' => str_replace( '.min', '', $file ), 404 404 ); 405 405 406 406 $locations['bp-legacy'] = array(