Plugin Directory

Changeset 3085928

Timestamp:
05/13/2024 02:24:10 PM (3 months ago)
Author:
them.es
Message:

updated trunk

Location:
billy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • billy/tags/1.8.0/inc/class-blocks.php

    r3085925 r3085928  
    269269     * @return string
    270270     */
    271     public function invoicepaymentinformation_render_callback( $block_attributes, $content = '' ) {
     271    public function invoicepaymentinformation_render_callback( $block_attributes, $content ) {
    272272        return '<p class="paymentinformation' . ( $block_attributes['className'] ? ' ' . esc_attr( $block_attributes['className'] ) : '' ) . '">' . nl2br( get_theme_mod( 'payment_information' ) ) . '</p>';
    273273    }
  • billy/trunk/inc/class-blocks.php

    r3085925 r3085928  
    269269     * @return string
    270270     */
    271     public function invoicepaymentinformation_render_callback( $block_attributes, $content = '' ) {
     271    public function invoicepaymentinformation_render_callback( $block_attributes, $content ) {
    272272        return '<p class="paymentinformation' . ( $block_attributes['className'] ? ' ' . esc_attr( $block_attributes['className'] ) : '' ) . '">' . nl2br( get_theme_mod( 'payment_information' ) ) . '</p>';
    273273    }
Note: See TracChangeset for help on using the changeset viewer.