phpdoc notation fixes. Props demetris. fixes #15852
git-svn-id: http://svn.automattic.com/wordpress/trunk@17009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3122155c6c
commit
2cc6b2e7ff
|
@ -340,7 +340,7 @@ function is_upload_space_available() {
|
|||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @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);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Retrieve bookmark data based on ID.
|
||||
*
|
||||
* @since 2.0.0
|
||||
|
|
|
@ -4303,7 +4303,7 @@ function get_file_data( $file, $default_headers, $context = '' ) {
|
|||
return $file_data;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Used internally to tidy up the search terms
|
||||
*
|
||||
* @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 ) );
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Populates the $meta_query property
|
||||
*
|
||||
* @access private
|
||||
|
|
|
@ -505,7 +505,7 @@ function get_objects_in_term( $term_ids, $taxonomies, $args = array() ) {
|
|||
return $object_ids;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Given a taxonomy query, generates SQL to be appended to a main query.
|
||||
*
|
||||
* @since 3.1.0
|
||||
|
@ -1715,7 +1715,7 @@ function wp_delete_term( $term, $taxonomy, $args = array() ) {
|
|||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Deletes one existing category.
|
||||
*
|
||||
* @since 2.0.0
|
||||
|
|
Loading…
Reference in New Issue