Make WordPress Core


Ignore:
Timestamp:
03/06/2014 07:53:42 PM (11 years ago)
Author:
nacin
Message:

Twenty Fourteen: Add a .button class.

props celloexpressions.
fixes #27075.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r27330 r27442  
    381381                    <?php echo get_the_author_meta( 'description', $contributor_id ); ?>
    382382                </p>
    383                 <a class="contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>">
     383                <a class="button contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>">
    384384                    <?php printf( _n( '%d Article', '%d Articles', $post_count, 'twentyfourteen' ), $post_count ); ?>
    385385                </a>
Note: See TracChangeset for help on using the changeset viewer.