Skip to:
Content

BuddyPress.org

Ticket #3474: foxly_admin_hooks.patch

File foxly_admin_hooks.patch, 890 bytes (added by foxly, 14 years ago)

Admin actions patch

  • C:\xampp\htdocs\wp-content\plugins\buddypress\bp-core\admin\bp-core-admin.

    # 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  
    424424
    425425                        <?php endforeach ?>
    426426
    427                         <?php do_action( 'bp_active_external_components' ); ?>
     427                        <?php do_action( 'bp_available_external_components' ); ?>
    428428
    429429                </tbody>
    430430        </table>
     
    458458
    459459                        <?php endforeach ?>
    460460
    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
    463463
    464464                </tbody>