Plugin Directory

Changeset 3409368


Ignore:
Timestamp:
12/03/2025 11:17:28 AM (4 months ago)
Author:
Jonua
Message:

Fixes readme of trunk and tag 1.3.32

Location:
advanced-custom-fields-table-field
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-custom-fields-table-field/tags/1.3.32/readme.txt

    r3409363 r3409368  
    474474Than enqueue that script in your themes `functions.php` file with the following action.
    475475
    476 ```php
     476`
    477477add_action( 'admin_enqueue_scripts', function() {
    478478
     
    484484        true // Required to be correctly placed in the script queue
    485485    );
    486 });```
     486});`
    487487
    488488The sanitization of the table fields UI is handled by DOMPurify.
  • advanced-custom-fields-table-field/trunk/readme.txt

    r3409361 r3409368  
    474474Than enqueue that script in your themes `functions.php` file with the following action.
    475475
    476 ```php
     476`
    477477add_action( 'admin_enqueue_scripts', function() {
    478478
     
    484484        true // Required to be correctly placed in the script queue
    485485    );
    486 });```
     486});`
    487487
    488488The sanitization of the table fields UI is handled by DOMPurify.
Note: See TracChangeset for help on using the changeset viewer.