| @@ -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 | |