|
@@ 4524-4525 (lines=2) @@
|
| 4521 |
|
$seo = isset($cpt_info['seo']) ? $cpt_info['seo'] : '';
|
| 4522 |
|
|
| 4523 |
|
if (!empty($labels)) {
|
| 4524 |
|
if ($labels['name'] != '' && !in_array($labels['name'], $translation_texts))
|
| 4525 |
|
$translation_texts[] = $labels['name'];
|
| 4526 |
|
if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts))
|
| 4527 |
|
$translation_texts[] = $labels['singular_name'];
|
| 4528 |
|
if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts))
|
|
@@ 4526-4527 (lines=2) @@
|
| 4523 |
|
if (!empty($labels)) {
|
| 4524 |
|
if ($labels['name'] != '' && !in_array($labels['name'], $translation_texts))
|
| 4525 |
|
$translation_texts[] = $labels['name'];
|
| 4526 |
|
if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts))
|
| 4527 |
|
$translation_texts[] = $labels['singular_name'];
|
| 4528 |
|
if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts))
|
| 4529 |
|
$translation_texts[] = $labels['add_new'];
|
| 4530 |
|
if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts))
|
|
@@ 4528-4529 (lines=2) @@
|
| 4525 |
|
$translation_texts[] = $labels['name'];
|
| 4526 |
|
if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts))
|
| 4527 |
|
$translation_texts[] = $labels['singular_name'];
|
| 4528 |
|
if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts))
|
| 4529 |
|
$translation_texts[] = $labels['add_new'];
|
| 4530 |
|
if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts))
|
| 4531 |
|
$translation_texts[] = $labels['add_new_item'];
|
| 4532 |
|
if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts))
|
|
@@ 4530-4531 (lines=2) @@
|
| 4527 |
|
$translation_texts[] = $labels['singular_name'];
|
| 4528 |
|
if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts))
|
| 4529 |
|
$translation_texts[] = $labels['add_new'];
|
| 4530 |
|
if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts))
|
| 4531 |
|
$translation_texts[] = $labels['add_new_item'];
|
| 4532 |
|
if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts))
|
| 4533 |
|
$translation_texts[] = $labels['edit_item'];
|
| 4534 |
|
if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts))
|
|
@@ 4532-4533 (lines=2) @@
|
| 4529 |
|
$translation_texts[] = $labels['add_new'];
|
| 4530 |
|
if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts))
|
| 4531 |
|
$translation_texts[] = $labels['add_new_item'];
|
| 4532 |
|
if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts))
|
| 4533 |
|
$translation_texts[] = $labels['edit_item'];
|
| 4534 |
|
if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts))
|
| 4535 |
|
$translation_texts[] = $labels['new_item'];
|
| 4536 |
|
if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts))
|
|
@@ 4534-4535 (lines=2) @@
|
| 4531 |
|
$translation_texts[] = $labels['add_new_item'];
|
| 4532 |
|
if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts))
|
| 4533 |
|
$translation_texts[] = $labels['edit_item'];
|
| 4534 |
|
if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts))
|
| 4535 |
|
$translation_texts[] = $labels['new_item'];
|
| 4536 |
|
if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts))
|
| 4537 |
|
$translation_texts[] = $labels['view_item'];
|
| 4538 |
|
if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts))
|
|
@@ 4536-4537 (lines=2) @@
|
| 4533 |
|
$translation_texts[] = $labels['edit_item'];
|
| 4534 |
|
if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts))
|
| 4535 |
|
$translation_texts[] = $labels['new_item'];
|
| 4536 |
|
if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts))
|
| 4537 |
|
$translation_texts[] = $labels['view_item'];
|
| 4538 |
|
if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts))
|
| 4539 |
|
$translation_texts[] = $labels['search_items'];
|
| 4540 |
|
if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts))
|
|
@@ 4538-4539 (lines=2) @@
|
| 4535 |
|
$translation_texts[] = $labels['new_item'];
|
| 4536 |
|
if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts))
|
| 4537 |
|
$translation_texts[] = $labels['view_item'];
|
| 4538 |
|
if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts))
|
| 4539 |
|
$translation_texts[] = $labels['search_items'];
|
| 4540 |
|
if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts))
|
| 4541 |
|
$translation_texts[] = $labels['not_found'];
|
| 4542 |
|
if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts))
|
|
@@ 4540-4541 (lines=2) @@
|
| 4537 |
|
$translation_texts[] = $labels['view_item'];
|
| 4538 |
|
if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts))
|
| 4539 |
|
$translation_texts[] = $labels['search_items'];
|
| 4540 |
|
if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts))
|
| 4541 |
|
$translation_texts[] = $labels['not_found'];
|
| 4542 |
|
if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts))
|
| 4543 |
|
$translation_texts[] = $labels['not_found_in_trash'];
|
| 4544 |
|
if (isset($labels['label_post_profile']) && $labels['label_post_profile'] != '' && !in_array($labels['label_post_profile'], $translation_texts))
|
|
@@ 4542-4543 (lines=2) @@
|
| 4539 |
|
$translation_texts[] = $labels['search_items'];
|
| 4540 |
|
if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts))
|
| 4541 |
|
$translation_texts[] = $labels['not_found'];
|
| 4542 |
|
if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts))
|
| 4543 |
|
$translation_texts[] = $labels['not_found_in_trash'];
|
| 4544 |
|
if (isset($labels['label_post_profile']) && $labels['label_post_profile'] != '' && !in_array($labels['label_post_profile'], $translation_texts))
|
| 4545 |
|
$translation_texts[] = $labels['label_post_profile'];
|
| 4546 |
|
if (isset($labels['label_post_info']) && $labels['label_post_info'] != '' && !in_array($labels['label_post_info'], $translation_texts))
|