Changeset 10323
- Timestamp:
- 09/30/2020 01:53:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions-codex.php
r7305 r10323 20 20 $crumb = array(); 21 21 22 if ( ! is_front_page() && ! is_page('home') ) {22 if ( ! is_front_page() && ! is_page('home') & ! is_404() ) { 23 23 24 24 $crumb[] = '→ ' . get_the_title( $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.