This commit is contained in:
Lieu Le
2019-09-28 14:51:01 +07:00
parent 758df32f28
commit cdc5a562aa
10 changed files with 24 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ $agent = new OpalEstate_Agent();
<?php endif; ?>
<?php if ( $agent->get_trusted() ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_attr_e( 'Trusted Member', 'opalestate-pro' ); ?>" title="<?php esc_attr_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
</header>