This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This is temparary, please advise the plugin author to use the BP_Component Class | |
* @see https://github.com/boonebgorges/buddypress-skeleton-component/blob/1.7/includes/bp-example-loader.php | |
*/ | |
function buddypress_links_temporary_fix( $retval, $component = '' ) { | |
if ( 'links' != $component ) { |