[buddypress-trac] [BuddyPress Trac] #6936: Buddypress 2.5.0 Problem when setting up email templates: Situation list blank

buddypress-trac noreply at wordpress.org
Wed Mar 9 20:32:10 UTC 2016


#6936: Buddypress 2.5.0 Problem when setting up email templates: Situation list
blank
--------------------------+---------------------
 Reporter:  markob17      |       Owner:  djpaul
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  2.5.1
Component:  API - Emails  |     Version:  2.5.0
 Severity:  normal        |  Resolution:  fixed
 Keywords:  has-patch     |
--------------------------+---------------------
Changes (by djpaul):

 * owner:   => djpaul
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"10647"]:
 {{{
 #!CommitTicketReference repository="" revision="10647"
 Emails: fix situations not being correctly assigned to email posts.

 Previously, we were using wp_set_post_terms() to fetch the terms to assign
 to an email post. However, it turns that that function returns term
 taxonomy IDs, not term IDs. Generally, term_id and term_taxonomy_id will
 be the same for newly created terms like these, but not when the database
 still contains shared taxonomy terms.

 Fixes #6936

 Props chherbst, boonebgorges
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6936#comment:10>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list