Fixed: merge conflict
This commit is contained in:
commit
fbaa044f37
|
@ -184,7 +184,11 @@ if ( ( ! is_front_page() && ! ( is_post_type_archive() && get_option( 'page_on_f
|
|||
|
||||
while ( $parent_id ) {
|
||||
$page = get_page( $parent_id );
|
||||
<<<<<<< HEAD
|
||||
$breadcrumbs[] = '<a href="' . get_permalink( $page->ID ) . '">' . get_the_title( $page->ID ) . '</a>';
|
||||
=======
|
||||
$breadcrumbs[] = $before . '<a href="' . get_permalink( $page->ID ) . '">' . get_the_title( $page->ID ) . '</a>' . $after . $delimiter;
|
||||
>>>>>>> upstream/master
|
||||
$parent_id = $page->post_parent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue