Re: BuddyPress-Links 0.3 FINAL is here at last
Hi @MrMaz,
love the plugin, thanks.
Where can I get the development version?
The current 0.3.2 version uses:
require_once 'single/forms/details.php';
in /themes/bp-links-default/create.php, so I need to copy this file to my custom theme folder, should it be locate_template( array( 'single/forms/details.php' ), true );
to save adding the extra file in my custom template if I don’t need to make any theme changes to that file?