Skip to:
Content

BuddyPress.org

Ticket #7226: 7226.needle.02.patch

File 7226.needle.02.patch, 753 bytes (added by r-a-y, 8 years ago)

Refreshed to fix unit test.

  • src/bp-core/classes/class-bp-button.php

     
    9494         *
    9595         * @var string Default: 'div'.
    9696         */
    97         public $parent_element = 'div';
     97        public $parent_element = '';
    9898
    9999        /**
    100100         * Element attributes for parent element.
     
    153153         *
    154154         * @var string|bool
    155155         */
    156         public $wrapper = '';
     156        public $wrapper = 'div';
    157157
    158158        /**
    159159         * The DOM class of the button wrapper.
     
    385385                        }
    386386
    387387                        // Set element.
    388                         if ( false === $child ) {
     388                        if ( false === $child && empty( $r[ "{$parent}_element" ] ) ) {
    389389                                $r[ "{$parent}_element" ] = $r[ $prop ];
    390390
    391391                        // Set attributes.