Changeset 53770
- Timestamp:
- 07/23/2022 04:55:18 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r52838 r53770 449 449 * @since 3.4.0 450 450 * 451 * @param null|string$origin Origin URL. If not provided, the value of get_http_origin() is used.451 * @param string|null $origin Origin URL. If not provided, the value of get_http_origin() is used. 452 452 * @return string Origin URL if allowed, empty string if not. 453 453 */ -
trunk/src/wp-includes/plugin.php
r53748 r53770 364 364 * @global string[] $wp_current_filter Current filter. 365 365 * 366 * @param null|string$hook_name Optional. Filter hook to check. Defaults to null,366 * @param string|null $hook_name Optional. Filter hook to check. Defaults to null, 367 367 * which checks if any filter is currently being run. 368 368 * @return bool Whether the filter is currently in the stack. -
trunk/src/wp-includes/revision.php
r53769 r53770 585 585 * 586 586 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. 587 * @return null|stringThe URL for editing revisions on the given post, otherwise null.587 * @return string|null The URL for editing revisions on the given post, otherwise null. 588 588 */ 589 589 function wp_get_post_revisions_url( $post = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.