Changeset 47101
- Timestamp:
- 01/22/2020 12:23:09 AM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r46586 r47101 408 408 * @since 3.9.0 409 409 * 410 * @param null|bool|WP_Network $network Network value to return by path. 410 * @param null|bool|WP_Network $network Network value to return by path. Default null 411 * to continue retrieving the network. 411 412 * @param string $domain The requested domain. 412 413 * @param string $path The requested path, in full. -
trunk/src/wp-includes/class-wp-oembed.php
r47060 r47101 385 385 * @since 4.5.3 386 386 * 387 * @param null|string $result The UNSANITIZED (and potentially unsafe) HTML that should be used to embed. Default null. 387 * @param null|string $result The UNSANITIZED (and potentially unsafe) HTML that should be used to embed. 388 * Default null to continue retrieving the result. 388 389 * @param string $url The URL to the content that should be attempted to be embedded. 389 390 * @param array $args Optional. Arguments, usually passed from a shortcode. Default empty. -
trunk/src/wp-includes/ms-load.php
r46660 r47101 204 204 * @since 3.9.0 205 205 * 206 * @param null|false|WP_Site $site Site value to return by path. 206 * @param null|false|WP_Site $site Site value to return by path. Default null 207 * to continue retrieving the site. 207 208 * @param string $domain The requested domain. 208 209 * @param string $path The requested path, in full. -
trunk/src/wp-includes/ms-site.php
r46990 r47101 933 933 * @since 5.1.0 934 934 * 935 * @param bool|null $pre The value to return, if not null. 935 * @param bool|null $pre The value to return instead. Default null 936 * to continue with the check. 936 937 * @param int $site_id The site ID that is being checked. 937 938 */ -
trunk/src/wp-includes/user.php
r47096 r47101 887 887 * @since 5.1.0 888 888 * 889 * @param null|string $result Default null.889 * @param null|string $result The value to return instead. Default null to continue with the query. 890 890 * @param string $strategy Optional. The computational strategy to use when counting the users. 891 891 * Accepts either 'time' or 'memory'. Default 'time'.
Note: See TracChangeset
for help on using the changeset viewer.