Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2024 05:52:06 PM (2 years ago)
Author:
imath
Message:

Adds missing /* translators */ inline comments

Fixes #9198
Closes https://github.com/buddypress/buddypress/pull/321

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.8.php

    r13911 r13938  
    144144        $p,
    145145        esc_html__( 'A BuddyPress update is available, but your system is not compatible.', 'buddypress' ) . ' ' .
    146         sprintf( esc_html__( 'See %s for more information.', 'buddypress' ), '<a href="https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/">' . esc_html__( 'the Codex guide', 'buddypress' ) . '</a>' )
     146        sprintf(
     147            /* translators: %s: the documentation page link giving more information */
     148            esc_html__( 'See %s for more information.', 'buddypress' ),
     149            '<a href="https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/">' . esc_html__( 'the Codex guide', 'buddypress' ) . '</a>'
     150        )
    147151    );
    148152
Note: See TracChangeset for help on using the changeset viewer.