Changeset 10128 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php
- Timestamp:
- 08/07/2020 08:09:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php
r10118 r10128 598 598 __FUNCTION__, 599 599 'error', 600 // translators: %s is the block name. 601 sprintf( __( 'Found blocks with %d different namespaces: %s.', 'wporg-plugins' ), count( $namespaces ), '<code>' . implode( ', ', $namespaces ) . '</code>' ), 600 sprintf( 601 // translators: %1$d is the number of namespaces, %2$s is the list of namespaces. 602 __( 'Found blocks with %1$d different namespaces: %2$s.', 'wporg-plugins' ), 603 count( $namespaces ), 604 '<code>' . implode( ', ', $namespaces ) . '</code>' 605 ), 602 606 $namespaces 603 607 );
Note: See TracChangeset
for help on using the changeset viewer.