Skip to content

Commit

Permalink
Merge pull request #8 from bootscore/Update-bs-5.3-color-classes
Browse files Browse the repository at this point in the history
Change `text-muted` to `text-body-tertiary` classes
  • Loading branch information
crftwrk authored Jun 1, 2023
2 parents 8de4954 + b90fb7d commit b8f428e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion archive-equal-height-sidebar-right.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion archive-equal-height.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion archive-masonry.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion archive-sidebar-left.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion author-equal-height-sidebar-right.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion author-equal-height.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion author-masonry.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion author-sidebar-left.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion author.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion category-equal-height-sidebar-right.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion category-equal-height.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion category-masonry.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion category-sidebar-left.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down
2 changes: 1 addition & 1 deletion category.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-muted">
<p class="meta small mb-2 text-body-tertiary">
<?php
bootscore_date();
bootscore_author();
Expand Down

0 comments on commit b8f428e

Please sign in to comment.