| 305 | | $notice = sprintf( __( 'The following active BuddyPress Components do not have associated WordPress Pages: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $orphaned_components ) . '</strong>' ); |
| | 305 | $notice = sprintf( |
| | 306 | '%1$s %2$s <a href="%3$s">%4$s</a>', |
| | 307 | __( 'The following active BuddyPress Components do not have associated WordPress Pages:', 'buddypress' ), |
| | 308 | '<strong>' . implode( '</strong>, <strong>', $orphaned_components ) . '</strong>.', |
| | 309 | esc_url( $admin_url ), |
| | 310 | __( 'Repair', 'buddypress' ) |
| | 311 | ); |
| 327 | | $notice = sprintf( __( 'Each BuddyPress Component needs its own WordPress page. The following WordPress Pages have more than one component associated with them: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $dupe_names ) . '</strong>' ); |
| | 333 | $notice = sprintf( |
| | 334 | '%1$s %2$s <a href="%3$s">%4$s</a>', |
| | 335 | __( 'Each BuddyPress Component needs its own WordPress page. The following WordPress Pages have more than one component associated with them:', 'buddypress' ), |
| | 336 | '<strong>' . implode( '</strong>, <strong>', $dupe_names ) . '</strong>.', |
| | 337 | esc_url( $admin_url ), |
| | 338 | __( 'Repair', 'buddypress' ) |
| | 339 | ); |