Fixes and updates translations with new features for 2.1

This commit is contained in:
mateuswetah 2020-08-14 14:10:30 -03:00
parent 16709683ae
commit 72e0671ad8
5 changed files with 844 additions and 357 deletions

View File

@ -328,7 +328,7 @@ nav {
font-size: 0.75rem;
column-count: 2;
label {
white-space: nowrap;
white-space: normal;
display: flex;
input {
margin-right: 0.5rem;

View File

@ -702,7 +702,7 @@ function tainacan_customize_register( $wp_customize ) {
'priority' => 2, // Within the section.
'section' => 'tainacan_single_item_page',
'label' => __( 'Show the item navigation options in the breadcrumb section', 'tainacan-interface' ),
'description' => __( 'Toggle to display two and a list icon for navigating directly from the item page breadcrumb section.', 'tainacan-interface' )
'description' => __( 'Toggle to display two arrows and a list icon for navigating directly from the item page breadcrumb section.', 'tainacan-interface' )
) );
$wp_customize->selective_refresh->add_partial( 'tainacan_single_show_hide_navigation_options', array(
'selector' => '#breadcrumb-single-item-pagination',

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff