Changeset 10138 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-readme-import.php
- Timestamp:
- 08/10/2020 07:53:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-readme-import.php
r9828 r10138 124 124 $pot->add_entry( new Translation_Entry( [ 125 125 'singular' => $text, 126 'extracted_comments' => 'Found in ' . implode( $comments, ', ') . '.',126 'extracted_comments' => 'Found in ' . implode( ', ', $comments ) . '.', 127 127 ] ) ); 128 128 }
Note: See TracChangeset
for help on using the changeset viewer.