# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
old
|
new
|
|
424 | 424 | |
425 | 425 | <?php endforeach ?> |
426 | 426 | |
427 | | <?php do_action( 'bp_active_external_components' ); ?> |
| 427 | <?php do_action( 'bp_available_external_components' ); ?> |
428 | 428 | |
429 | 429 | </tbody> |
430 | 430 | </table> |
… |
… |
|
458 | 458 | |
459 | 459 | <?php endforeach ?> |
460 | 460 | |
461 | | <?php do_action( 'bp_active_external_components' ); ?> |
462 | | No newline at end of file |
| 461 | <?php do_action( 'bp_required_external_components' ); ?> |
| 462 | No newline at end of file |
463 | 463 | |
464 | 464 | </tbody> |