Changeset 268083 for blocksy/2.0.96/inc/components/hero/elements.php
- Timestamp:
- 04/17/2025 05:43:34 PM (7 months ago)
- Location:
- blocksy/2.0.96
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from blocksy/2.0.95)
-
inc/components/hero/elements.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blocksy/2.0.96/inc/components/hero/elements.php
r239587 r268083 304 304 } else { 305 305 if (! is_search()) { 306 if (! empty(get_the_archive_description())) { 306 if ( 307 ! is_author() 308 && 309 ! empty(get_the_archive_description()) 310 ) { 307 311 $description = '<div class="' . $description_class . '">' . get_the_archive_description() . '</div>'; 308 312 }
Note: See TracChangeset
for help on using the changeset viewer.