|
@@ 863-864 (lines=2) @@
|
| 860 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' ); |
| 861 |
|
} |
| 862 |
|
|
| 863 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
| 864 |
|
pods_debug( array( $taxonomy, $ct_post_types, $options ) ); |
| 865 |
|
} |
| 866 |
|
|
| 867 |
|
register_taxonomy( $taxonomy, $ct_post_types, $options ); |
|
@@ 894-895 (lines=2) @@
|
| 891 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' ); |
| 892 |
|
} |
| 893 |
|
|
| 894 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
| 895 |
|
pods_debug( array( $post_type, $options ) ); |
| 896 |
|
} |
| 897 |
|
|
| 898 |
|
register_post_type( $post_type, $options ); |