Docs: Add `@access private` entries for `_get_component_from_parsed_url_array()` and `_wp_translate_php_url_constant_to_key()`.
Props ajayghaghretiya1. Fixes #41282. git-svn-id: https://develop.svn.wordpress.org/trunk@41573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1d172096cc
commit
b9f3ed82d6
|
@ -688,6 +688,7 @@ function wp_parse_url( $url, $component = -1 ) {
|
|||
* @internal
|
||||
*
|
||||
* @since 4.7.0
|
||||
* @access private
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/function.parse-url.php
|
||||
*
|
||||
|
@ -719,6 +720,7 @@ function _get_component_from_parsed_url_array( $url_parts, $component = -1 ) {
|
|||
* @internal
|
||||
*
|
||||
* @since 4.7.0
|
||||
* @access private
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/url.constants.php
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue