PluginProbe
Polylang / 3.7.7
Polylang v3.7.7
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | modules/sync/sync-term-metas.php +3 -3 2.93.7.7 View file →
@@ -3,9 +3,9 @@
3 3 * @package Polylang
4 4 */
5 5
6 6 /**
7 - * A class to manage copy and synchronization of term metas
7 + * A class to manage the copy and synchronization of term metas.
8 8 *
9 9 * @since 2.3
10 10 */
11 11 class PLL_Sync_Term_Metas extends PLL_Sync_Metas {
@@ -10,13 +10,13 @@
10 10 */
11 11 class PLL_Sync_Term_Metas extends PLL_Sync_Metas {
12 12
13 13 /**
14 - * Constructor
14 + * Constructor.
15 15 *
16 16 * @since 2.3
17 17 *
18 - * @param object $polylang
18 + * @param object $polylang The Polylang object.
19 19 */
20 20 public function __construct( &$polylang ) {
21 21 $this->meta_type = 'term';
22 22