|
@@ 786-787 (lines=2) @@
|
| 783 |
|
$taxonomy = substr( $taxonomy, 0, 32 ); |
| 784 |
|
|
| 785 |
|
// i18n compatibility for plugins that override it |
| 786 |
|
if ( is_array( $options['rewrite'] ) && isset( $options['rewrite']['slug'] ) && ! empty( $options['rewrite']['slug'] ) ) { |
| 787 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' ); |
| 788 |
|
} |
| 789 |
|
|
| 790 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
|
@@ 817-818 (lines=2) @@
|
| 814 |
|
$post_type = substr( $post_type, 0, 20 ); |
| 815 |
|
|
| 816 |
|
// i18n compatibility for plugins that override it |
| 817 |
|
if ( is_array( $options['rewrite'] ) && isset( $options['rewrite']['slug'] ) && ! empty( $options['rewrite']['slug'] ) ) { |
| 818 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' ); |
| 819 |
|
} |
| 820 |
|
|
| 821 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |