Making WordPress.org

Changeset 11710


Ignore:
Timestamp:
03/28/2022 08:55:27 PM (2 years ago)
Author:
coffee2code
Message:

Photo Directory, Admin: Add missing double-quotes to link attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php

    r11707 r11710  
    198198                $prefixed_format,
    199199                sprintf(
    200                     '<div><a class=row-title" href="%s" aria-label="%s">%s</a></div>',
     200                    '<div><a class="row-title" href="%s" aria-label="%s">%s</a></div>',
    201201                    get_edit_post_link( $post_id ),
    202202                    /* translators: %s: Post title. */
Note: See TracChangeset for help on using the changeset viewer.