Changeset 13420
- Timestamp:
- 02/15/2023 09:22:13 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/11.0/src/bp-blogs/bp-blogs-activity.php
r13342 r13420 223 223 $action = sprintf( 224 224 /* translators: 1: the activity user link. 2: the blog link. */ 225 esc_html_x( '%1$s wrote a new post on the site %2$s', 'Multisite `new_blog_post` activity action ', 'buddypress' ),225 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' ), 226 226 $user_link, 227 227 '<a href="' . esc_url( $blog_url ) . '">' . esc_html( $blog_name ) . '</a>' … … 230 230 $action = sprintf( 231 231 /* translators: 1: the activity user link. */ 232 esc_html_x( '%s wrote a new post', '`new_blog_post` activity action ', 'buddypress' ),232 esc_html_x( '%s wrote a new post', '`new_blog_post` activity action, since 11.0 only accepts one argument', 'buddypress' ), 233 233 $user_link 234 234 );
Note: See TracChangeset
for help on using the changeset viewer.