Changeset 13938 for trunk/src/bp-core/deprecated/2.8.php
- Timestamp:
- 06/24/2024 05:52:06 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/2.8.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.8.php
r13911 r13938 144 144 $p, 145 145 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 ) 147 151 ); 148 152
Note: See TracChangeset
for help on using the changeset viewer.