[buddypress-trac] [BuddyPress Trac] #5888: buddypress.css being overridden after 2.1 update

buddypress-trac noreply at wordpress.org
Tue Sep 23 02:38:51 UTC 2014


#5888: buddypress.css being overridden after 2.1 update
------------------------------+--------------------
 Reporter:  henry.wright      |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  2.1.1
Component:  Template Pack     |     Version:  2.1
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+--------------------

Comment (by shpitzyl):

 There is a problem with the patch (5888.01)

 The line:


 {{{
 $retval['location'] = trailingslashit( $location['uri'] ) .
 trailingslashit( $subdir ) . $file;
 }}}

 Should be:


 {{{
 $retval['location'] = trailingslashit( $location['uri'] ) .
 trailingslashit( $subdir ) . $location['file'];
 }}}

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


More information about the buddypress-trac mailing list