items ); $r = \plainview\sdk_eightb_sold_alerts\base::wpautop( $r ); return $r; } /** @brief Appends a new html string to the collection. @since 2014-05-04 13:08:18 **/ public function append( $item ) { $args = func_get_args(); $text = @ call_user_func_array( 'sprintf', $args ); if ( $text == '' ) $text = $args[ 0 ]; return parent::append( $text ); } /** @brief Convenience function to add a newline. @since 2015-11-06 17:41:46 **/ public function newline() { $this->append( '' ); } }