|
@@ 846-847 (lines=2) @@
|
| 843 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' ); |
| 844 |
|
} |
| 845 |
|
|
| 846 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
| 847 |
|
pods_debug( array( $taxonomy, $ct_post_types, $options ) ); |
| 848 |
|
} |
| 849 |
|
|
| 850 |
|
register_taxonomy( $taxonomy, $ct_post_types, $options ); |
|
@@ 877-878 (lines=2) @@
|
| 874 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' ); |
| 875 |
|
} |
| 876 |
|
|
| 877 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
| 878 |
|
pods_debug( array( $post_type, $options ) ); |
| 879 |
|
} |
| 880 |
|
|
| 881 |
|
register_post_type( $post_type, $options ); |