Update includes/data-stores/class-wc-data-store-wp.php

Update `@since` in new function to 4.8.0
This commit is contained in:
Néstor Soriano 2020-11-04 13:09:52 +01:00 committed by GitHub
parent 82b68b4914
commit 09e066fc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ class WC_Data_Store_WP {
/**
* Converts a WP post date string into a timestamp.
*
* @since 4.7.0
* @since 4.8.0
*
* @param string $time_string The WP post date string.
* @return int|null The date string converted to a timestamp or null.