Changeset 12071 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php
- Timestamp:
- 09/16/2022 10:15:08 AM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Property svn:ignore
-
old new 8 8 .eslintrc.json 9 9 tmp 10 phpunit.xml.dist 11 tests
-
- Property svn:ignore
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php
r12063 r12071 559 559 'translation_id' => isset( $this->data['translation_id'] ) ? $this->data['translation_id'] : null, 560 560 'locale_slug' => $this->data['locale_slug'], 561 'original_permalink' => $this->data['original_permalink'], 561 562 'original_id' => $this->data['original_id'], 562 563 'project' => $this->data['project'], … … 672 673 * @param string $link The link. 673 674 * @param array $args The arguments. 674 * @param string$comment The comment.675 * @param object $comment The comment. 675 676 * @param WP_Post $post The post. 676 677 *
Note: See TracChangeset
for help on using the changeset viewer.