Making WordPress.org


Ignore:
Timestamp:
09/16/2022 10:15:08 AM (3 years ago)
Author:
akirk
Message:

gp-translation-helpers: Fix notices

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  
        88.eslintrc.json
        99tmp
         10phpunit.xml.dist
         11tests
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php

    r12063 r12071  
    559559                'translation_id'       => isset( $this->data['translation_id'] ) ? $this->data['translation_id'] : null,
    560560                'locale_slug'          => $this->data['locale_slug'],
     561                'original_permalink'   => $this->data['original_permalink'],
    561562                'original_id'          => $this->data['original_id'],
    562563                'project'              => $this->data['project'],
     
    672673     * @param      string  $link     The link.
    673674     * @param      array   $args     The arguments.
    674      * @param      string  $comment  The comment.
     675     * @param      object  $comment  The comment.
    675676     * @param      WP_Post $post     The post.
    676677     *
Note: See TracChangeset for help on using the changeset viewer.