Plugin Directory

Changeset 2739420


Ignore:
Timestamp:
06/08/2022 05:58:33 PM (4 years ago)
Author:
vabtopic
Message:

Renamed the title of block gutenberg

Location:
vab-forms-with-chart
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vab-forms-with-chart/tags/1.1.9/includes/SHORTCODE.php

    r2738778 r2739420  
    542542                if ( !empty($VABFWC_USER_SEND_MAIL) ) {
    543543                    $headers .= "Cc: " . $VABFWC_USER_SEND_MAIL . " <" . $VABFWC_USER_SEND_MAIL . ">\r\n";
    544                 }               
     544                }
    545545                $headers .= "Content-Type:text/html; charset=\"utf-8\"\r\n";
    546546                $headers .= "X-WPVABFWC-Content-Type: text/html\n";
  • vab-forms-with-chart/tags/1.1.9/includes/js/admin/vabfwc-add-gutenberg.js

    r2738778 r2739420  
    160160                el( 'div', { className: props.className },
    161161                    el( 'div', { className: 'swap-add-vabfwc-form' },
    162                                             el( 'div', { className: 'heading-add-vabfwc-form' }, 'Forms with chart from VAB'),
     162                                            el( 'div', { className: 'heading-add-vabfwc-form' }, vabfwc_local.chartsshort ),
    163163                                            el( 'div', { className: 'block-add-vabfwc-form name-vabfwc-form' },
    164164                                                el( 'div', { className: 'text-add-vabfwc-form' }, vabfwc_local.selectform ),
  • vab-forms-with-chart/trunk/includes/SHORTCODE.php

    r2738778 r2739420  
    542542                if ( !empty($VABFWC_USER_SEND_MAIL) ) {
    543543                    $headers .= "Cc: " . $VABFWC_USER_SEND_MAIL . " <" . $VABFWC_USER_SEND_MAIL . ">\r\n";
    544                 }               
     544                }
    545545                $headers .= "Content-Type:text/html; charset=\"utf-8\"\r\n";
    546546                $headers .= "X-WPVABFWC-Content-Type: text/html\n";
  • vab-forms-with-chart/trunk/includes/js/admin/vabfwc-add-gutenberg.js

    r2738778 r2739420  
    160160                el( 'div', { className: props.className },
    161161                    el( 'div', { className: 'swap-add-vabfwc-form' },
    162                                             el( 'div', { className: 'heading-add-vabfwc-form' }, 'Forms with chart from VAB'),
     162                                            el( 'div', { className: 'heading-add-vabfwc-form' }, vabfwc_local.chartsshort ),
    163163                                            el( 'div', { className: 'block-add-vabfwc-form name-vabfwc-form' },
    164164                                                el( 'div', { className: 'text-add-vabfwc-form' }, vabfwc_local.selectform ),
Note: See TracChangeset for help on using the changeset viewer.