Making WordPress.org


Ignore:
Timestamp:
10/09/2024 08:48:37 PM (6 months ago)
Author:
coffee2code
Message:

Photo Directory: Add template and support and styles for user favorites.

Props nilovelez, coffee2code.
Fixes #7513.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/author.php

    r12109 r14102  
    2424                        esc_html__( 'Photos contributed by: %s', 'wporg-photos' ),
    2525                        sprintf(
    26                             '<a href="%s" class="photo-author">%s</a>',
     26                            '<a href="%s" class="photo-author-link">%s</a>',
    2727                            esc_url( 'https://profiles.wordpress.org/' . get_the_author_meta( 'nicename' ) . '/' ),
    2828                            get_avatar( get_the_author_meta( 'ID' ), 32 ) . get_the_author_meta( 'display_name' )
    29                                         )
     29                        )
    3030                    );
    3131                    ?>
Note: See TracChangeset for help on using the changeset viewer.