Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32789, comment 1


Ignore:
Timestamp:
06/25/2015 08:00:17 PM (10 years ago)
Author:
sc0ttkclark
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32789, comment 1

    initial v1  
    2828
    2929        $term_paths = '/' . trim( $term_path, '/' );
    30         $term_paths = explode( '/', $term_paths );
    3130
    3231        $leaf_path = sanitize_title( basename( $term_paths ) );
     32
     33        $term_paths = explode( '/', $term_paths );
    3334
    3435        $full_path = '';