mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Docs: Add @access private
entries for _get_component_from_parsed_url_array()
and _wp_translate_php_url_constant_to_key()
.
Props ajayghaghretiya1. Fixes #41282. Built from https://develop.svn.wordpress.org/trunk@41573 git-svn-id: http://core.svn.wordpress.org/trunk@41406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bcb126292c
commit
6fa2cea232
@ -688,6 +688,7 @@ function wp_parse_url( $url, $component = -1 ) {
|
|||||||
* @internal
|
* @internal
|
||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @since 4.7.0
|
||||||
|
* @access private
|
||||||
*
|
*
|
||||||
* @link https://secure.php.net/manual/en/function.parse-url.php
|
* @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
|
* @internal
|
||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @since 4.7.0
|
||||||
|
* @access private
|
||||||
*
|
*
|
||||||
* @link https://secure.php.net/manual/en/url.constants.php
|
* @link https://secure.php.net/manual/en/url.constants.php
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-41572';
|
$wp_version = '4.9-alpha-41573';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user