Changeset 12511 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
- Timestamp:
- 03/29/2023 02:13:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r12406 r12511 32 32 [ 'gp-editor', 'autosize' ], 33 33 filemtime( __DIR__ . '/js/editor.js' ) 34 ); 35 36 wp_localize_script( 37 'wporg-translate-editor', 38 'wporgEditorSettings', 39 array( 40 'nonce' => wp_create_nonce( 'wporg-editor-settings' ), 41 ) 34 42 ); 35 43
Note: See TracChangeset
for help on using the changeset viewer.