Changes between Initial Version and Version 1 of Ticket #36529, comment 6
- Timestamp:
- 04/21/2016 04:06:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36529, comment 6
initial v1 1 1 I think it's not neccessary to change/fix all of these, but that's beyond my scope. May this list just be helpful. 2 2 3 4 \wp-includes\category-template.php5 Line 1227:6 {{{#!php7 $link = get_term_link( $term, $taxonomy );8 if ( is_wp_error( $link ) ) {9 10 }}}11 3 12 4 \wp-includes\category-template.php … … 23 15 24 16 if ( is_wp_error( $category ) ) 17 18 }}} 19 20 Line 1227: 21 {{{#!php 22 $link = get_term_link( $term, $taxonomy ); 23 if ( is_wp_error( $link ) ) { 25 24 26 25 }}}