File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -367,10 +367,10 @@ public function feedzy_import_feed_options() {
367
367
$ import_translation_lang = get_post_meta ( $ post ->ID , 'import_auto_translation_lang ' , true );
368
368
// default values so that post is not created empty.
369
369
if ( empty ( $ import_title ) ) {
370
- $ import_title = '[#item_title ] ' ;
370
+ $ import_title = '[[{"value":"%5B%7B%22id%22%3A%22%22%2C%22tag%22%3A%22item_title%22%2C%22data%22%3A%7B%7D%7D%5D"}] ] ' ;
371
371
}
372
372
if ( empty ( $ import_content ) ) {
373
- $ import_content = '[#item_content ] ' ;
373
+ $ import_content = '[[{"value":"%5B%7B%22id%22%3A%22%22%2C%22tag%22%3A%22item_content%22%2C%22data%22%3A%7B%7D%7D%5D"}] ] ' ;
374
374
}
375
375
376
376
$ import_link_author_admin = get_post_meta ( $ post ->ID , 'import_link_author_admin ' , true );
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ class="dashicons dashicons-arrow-down-alt2"></span>
436
436
</div>
437
437
<div class="fz-input-group-right fz-title-action-tags">
438
438
<div class="dropdown">
439
- <button type="button" class="btn btn-outline-primary btn-add-fields dropdown-toggle" aria-haspopup="true" aria-expanded="false">
439
+ <button type="button" class="btn btn-outline-primary btn-add-fields dropdown-toggle" aria-haspopup="true" aria-expanded="false">
440
440
<?php esc_html_e ( 'Insert Tag ' , 'feedzy-rss-feeds ' ); ?> <span class="dashicons dashicons-plus-alt2"></span>
441
441
</button>
442
442
<div class="dropdown-menu dropdown-menu-right">
You can’t perform that action at this time.
0 commit comments