Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/wp-admin/includes/nav-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ function _wp_ajax_menu_quick_search( $request = array() ) {
*
* @since 6.9.0
*
* @param array $args {
* @param array $query_args {
* Menu quick search arguments.
*
* @type boolean $no_found_rows Whether to return found rows data. Default true.
* @type boolean $update_post_meta_cache Whether to update post meta cache. Default false.
* @type boolean $update_post_term_cache Whether to update post term cache. Default false.
* @type bool $no_found_rows Whether to return found rows data. Default true.
* @type bool $update_post_meta_cache Whether to update post meta cache. Default false.
* @type bool $update_post_term_cache Whether to update post term cache. Default false.
* @type int $posts_per_page Number of posts to return. Default 10.
* @type string $post_type Type of post to return.
* @type string $s Search query.
Expand Down
2 changes: 1 addition & 1 deletion src/wp-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function login_footer( $input_id = '' ) {
*
* @since 5.7.0
*
* @param string $link HTML link to the home URL of the current site.
* @param string $html_link HTML link to the home URL of the current site.
*/
echo apply_filters( 'login_site_html_link', $html_link );
?>
Expand Down
2 changes: 1 addition & 1 deletion src/wp-signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function validate_another_blog_signup() {
*
* @since 3.0.0
*
* @param array $meta {
* @param array $meta_defaults {
* An array of default site meta variables.
*
* @type int $lang_id The language ID.
Expand Down
Loading