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:
ryan 2010-12-16 22:46:13 +00:00
parent 3122155c6c
commit 2cc6b2e7ff
5 changed files with 6 additions and 6 deletions

View File

@ -340,7 +340,7 @@ function is_upload_space_available() {
return true;
}
/*
/**
* @since 3.0.0
*
* @return int of upload size limit in bytes

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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