Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7151


Ignore:
Timestamp:
06/29/2016 08:33:20 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7151 – Description

    initial v1  
    55Attached patch does two things:
    66- Sets the priority of `'bp_register_post_types'` and `'bp_register_taxonomies'` to 2 and called just before the `'bp_core_set_uri_globals'` hook.
    7 - Replaces `add_action( 'bp_loaded', 'bp_register_member_types',    8  ); with `add_action( 'bp_register_taxonomies', 'bp_register_member_types' );` to be more inline with our existing `'bp_register_taxonomies'` hook.
     7- Replaces `add_action( 'bp_loaded', 'bp_register_member_types',    8  );` with `add_action( 'bp_register_taxonomies', 'bp_register_member_types' );` to be more inline with our existing `'bp_register_taxonomies'` hook.