|
@@ 850-851 (lines=2) @@
|
| 847 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' ); |
| 848 |
|
} |
| 849 |
|
|
| 850 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
| 851 |
|
pods_debug( array( $taxonomy, $ct_post_types, $options ) ); |
| 852 |
|
} |
| 853 |
|
|
| 854 |
|
register_taxonomy( $taxonomy, $ct_post_types, $options ); |
|
@@ 881-882 (lines=2) @@
|
| 878 |
|
$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' ); |
| 879 |
|
} |
| 880 |
|
|
| 881 |
|
if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) { |
| 882 |
|
pods_debug( array( $post_type, $options ) ); |
| 883 |
|
} |
| 884 |
|
|
| 885 |
|
register_post_type( $post_type, $options ); |