|
@@ 790-791 (lines=2) @@
|
| 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' ) ) ) { |
| 791 |
|
pods_debug( array( $taxonomy, $ct_post_types, $options ) ); |
| 792 |
|
} |
| 793 |
|
|
| 794 |
|
register_taxonomy( $taxonomy, $ct_post_types, $options ); |
|
@@ 821-822 (lines=2) @@
|
| 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' ) ) ) { |
| 822 |
|
pods_debug( array( $post_type, $options ) ); |
| 823 |
|
} |
| 824 |
|
|
| 825 |
|
register_post_type( $post_type, $options ); |