Skip to content

Commit

Permalink
update prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Oct 18, 2024
1 parent 10b2432 commit 448f1f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class="post-author__author">by <?php echo esc_html( $author_byline ); ?></span>
if ( $projects_taxonomy && ! is_wp_error( $projects_taxonomy ) ) {
?>
<p
class="post-author__projects_title">CNCF projects in this post</p>
class="post-author__projects_title">CNCF projects highlighted in this post</p>
<div class="post-author__projects">
<?php
$project_slugs = wp_list_pluck( $projects_taxonomy, 'slug' );
Expand Down

0 comments on commit 448f1f0

Please sign in to comment.