Changeset 3295416
- Timestamp:
- 05/17/2025 07:48:43 PM (11 months ago)
- Location:
- ilachat
- Files:
-
- 2 edited
-
tags/1.2.0/src/Integrations/Wordpress.php (modified) (1 diff)
-
trunk/src/Integrations/Wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ilachat/tags/1.2.0/src/Integrations/Wordpress.php
r3295390 r3295416 107 107 'nonce' => wp_create_nonce('wp_rest'), 108 108 ]); 109 wp_set_script_translations( 'ilachat-editor-sync', 'ilachat' ); 109 110 } 110 111 -
ilachat/trunk/src/Integrations/Wordpress.php
r3295364 r3295416 107 107 'nonce' => wp_create_nonce('wp_rest'), 108 108 ]); 109 wp_set_script_translations( 'ilachat-editor-sync', 'ilachat' ); 109 110 } 110 111
Note: See TracChangeset
for help on using the changeset viewer.