Changeset 48841
- Timestamp:
- 08/22/2020 12:03:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r48700 r48841 126 126 $meta_box_url 127 127 ); 128 wp_localize_script( 'wp-editor', '_wpMetaBoxUrl', $meta_box_url ); 128 wp_add_inline_script( 129 'wp-editor', 130 sprintf( 'var _wpMetaBoxUrl = %s;', wp_json_encode( $meta_box_url ) ), 131 'before' 132 ); 129 133 130 134
Note: See TracChangeset
for help on using the changeset viewer.