| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class DateTime extends \DateTime { |
||
| 22 | /** |
||
| 23 | * Date I18N. |
||
| 24 | * |
||
| 25 | * @see https://github.com/Rarst/wpdatetime/blob/0.3/src/WpDateTimeTrait.php#L79-L104 |
||
| 26 | * @see https://github.com/WordPress/WordPress/blob/4.9.4/wp-includes/functions.php#L72-L151 |
||
| 27 | * |
||
| 28 | * @param string $format Format. |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function date_i18n( $format ) { |
||
| 42 |