Please, add one small fix :)
-
Hello!
I have multilanguage site, and in my custom post type in admin i’m use translations. For this i need fix code in plugin after each update. Please, fix this in plugin:
custom-post-type-ui.php
line 295if ( ! empty( $label ) ) { $labels[ $key ] = <strong>__($label);</strong> } elseif ( empty( $label ) && in_array( $key, $preserved ) ) { $labels[ $key ] = cptui_get_preserved_label( 'post_types', $key, $post_type['label'], $post_type['singular_label'] ); }
Thanks!
With best regarts.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Please, add one small fix :)’ is closed to new replies.