| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public static function info() { |
||
| 24 | return (object) [ |
||
| 25 | 'slug' => static::TYPE, |
||
| 26 | 'name' => __( 'Linking', 'multisite-language-switcher' ), |
||
| 27 | 'description' => __( 'Links the media attachments from the source post to the destination post; media attachments are not duplicated.', 'multisite-language-switcher' ) |
||
| 28 | ]; |
||
| 29 | } |
||
| 30 | |||
| 39 | } |