Update since tag to 4.3.0

This commit is contained in:
Claudio Sanches 2020-05-29 13:45:00 -03:00 committed by GitHub
parent 2394da73b4
commit 9d8af073cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ function wc_update_order( $args ) {
/** /**
* Given a path, this will convert any of the subpaths into their corresponding tokens. * Given a path, this will convert any of the subpaths into their corresponding tokens.
* *
* @since 4.2.0 * @since 4.3.0
* @param string $path The absolute path to tokenize. * @param string $path The absolute path to tokenize.
* @param array $path_tokens An array keyed with the token, containing paths that should be replaced. * @param array $path_tokens An array keyed with the token, containing paths that should be replaced.
* @return string The tokenized path. * @return string The tokenized path.
@ -192,7 +192,7 @@ function wc_tokenize_path( $path, $path_tokens ) {
/** /**
* Given a tokenized path, this will expand the tokens to their full path. * Given a tokenized path, this will expand the tokens to their full path.
* *
* @since 4.2.0 * @since 4.3.0
* @param string $path The absolute path to expand. * @param string $path The absolute path to expand.
* @param array $path_tokens An array keyed with the token, containing paths that should be expanded. * @param array $path_tokens An array keyed with the token, containing paths that should be expanded.
* @return string The absolute path. * @return string The absolute path.