Skip to:
Content

BuddyPress.org

Changeset 13911


Ignore:
Timestamp:
06/07/2024 04:59:08 AM (8 months ago)
Author:
imath
Message:

Use the right l10n function about 2.8 deprecated code

Fixes #9177
Closes https://github.com/buddypress/buddypress/pull/311

File:
1 edited

Legend:

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

    r13824 r13911  
    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( 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>' )
    147147    );
    148148
     
    208208            <?php
    209209            /* translators: %s: the url to a codex page */
    210             printf( esc_html_x( 'See %s for more information.', 'deprecated string', 'buddypress' ), '<a href="https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/">' . esc_html( 'the Codex guide', 'buddypress' ) . '</a>' );
     210            printf( esc_html_x( 'See %s for more information.', 'deprecated string', 'buddypress' ), '<a href="https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/">' . esc_html__( 'the Codex guide', 'buddypress' ) . '</a>' );
    211211            ?>
    212212        </p>
Note: See TracChangeset for help on using the changeset viewer.