Changes between Initial Version and Version 1 of Ticket #32789, comment 1
- Timestamp:
- 06/25/2015 08:00:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32789, comment 1
initial v1 28 28 29 29 $term_paths = '/' . trim( $term_path, '/' ); 30 $term_paths = explode( '/', $term_paths );31 30 32 31 $leaf_path = sanitize_title( basename( $term_paths ) ); 32 33 $term_paths = explode( '/', $term_paths ); 33 34 34 35 $full_path = '';