phpdoc notation fixes. Props demetris. fixes #15852
git-svn-id: https://develop.svn.wordpress.org/trunk@17009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
96129e7e4b
commit
748f5f0154
@ -340,7 +340,7 @@ function is_upload_space_available() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @return int of upload size limit in bytes
|
* @return int of upload size limit in bytes
|
||||||
|
@ -2035,7 +2035,7 @@ function get_attachment_innerHTML($id = 0, $fullsize = false, $max_dims = false)
|
|||||||
return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
|
return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Retrieve bookmark data based on ID.
|
* Retrieve bookmark data based on ID.
|
||||||
*
|
*
|
||||||
* @since 2.0.0
|
* @since 2.0.0
|
||||||
|
@ -4303,7 +4303,7 @@ function get_file_data( $file, $default_headers, $context = '' ) {
|
|||||||
return $file_data;
|
return $file_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Used internally to tidy up the search terms
|
* Used internally to tidy up the search terms
|
||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
|
@ -439,7 +439,7 @@ function get_meta_sql( $meta_query, $meta_type, $primary_table, $primary_id_colu
|
|||||||
return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $meta_query, $meta_type, $primary_table, $primary_id_column, &$context ) );
|
return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $meta_query, $meta_type, $primary_table, $primary_id_column, &$context ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Populates the $meta_query property
|
* Populates the $meta_query property
|
||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
|
@ -505,7 +505,7 @@ function get_objects_in_term( $term_ids, $taxonomies, $args = array() ) {
|
|||||||
return $object_ids;
|
return $object_ids;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Given a taxonomy query, generates SQL to be appended to a main query.
|
* Given a taxonomy query, generates SQL to be appended to a main query.
|
||||||
*
|
*
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
@ -1715,7 +1715,7 @@ function wp_delete_term( $term, $taxonomy, $args = array() ) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Deletes one existing category.
|
* Deletes one existing category.
|
||||||
*
|
*
|
||||||
* @since 2.0.0
|
* @since 2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user