Changeset 13419
- Timestamp:
- 02/15/2023 09:11:48 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r13405 r13419 221 221 $action = sprintf( 222 222 /* translators: 1: the activity user link. 2: the blog link. */ 223 esc_html_x( '%1$s wrote a new post on the site %2$s', 'Multisite `new_blog_post` activity action ', 'buddypress' ),223 esc_html_x( '%1$s wrote a new post on the site %2$s', 'Multisite `new_blog_post` activity action, since 11.0 only accepts two arguments', 'buddypress' ), 224 224 $user_link, 225 225 '<a href="' . esc_url( $blog_url ) . '">' . esc_html( $blog_name ) . '</a>' … … 228 228 $action = sprintf( 229 229 /* translators: 1: the activity user link. */ 230 esc_html_x( '%s wrote a new post', '`new_blog_post` activity action ', 'buddypress' ),230 esc_html_x( '%s wrote a new post', '`new_blog_post` activity action, since 11.0 only accepts one argument', 'buddypress' ), 231 231 $user_link 232 232 );
Note: See TracChangeset
for help on using the changeset viewer.