Skip to:
Content

BuddyPress.org

Changeset 12784


Ignore:
Timestamp:
11/11/2020 11:24:27 PM (4 years ago)
Author:
imath
Message:

Add missing translators comment

See #8384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-template.php

    r12779 r12784  
    343343            $blog_id = (int) $args['blog_id'];
    344344        } else {
    345             $blog_id       = bp_get_blog_id();
     345            $blog_id = bp_get_blog_id();
     346
     347            /* translators: %s is the blog name */
    346348            $alt_attribute = sprintf( __( 'Site icon for %s', 'buddypress' ), bp_get_blog_name() );
    347349        }
Note: See TracChangeset for help on using the changeset viewer.