Spelling and grammar fun. Fixes #11875 props cnorris23

git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-24 20:13:23 +00:00
parent 1b01dd4ecd
commit c9dfb91763
23 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -132,7 +132,7 @@ add_action( 'init', 'create_initial_post_types', 0 ); // highest priority
* @uses apply_filters() Calls 'get_attached_file' on file path and attachment ID.
*
* @param int $attachment_id Attachment ID.
* @param bool $unfiltered Whether to apply filters or not.
* @param bool $unfiltered Whether to apply filters.
* @return string The file path to the attached file.
*/
function get_attached_file( $attachment_id, $unfiltered = false ) {
@@ -1198,7 +1198,7 @@ function get_post_custom_values( $key = '', $post_id = 0 ) {
* @since 2.7.0
*
* @param int $post_id Optional. Post ID.
* @return bool Whether post is sticky (true) or not sticky (false).
* @return bool Whether post is sticky.
*/
function is_sticky($post_id = null) {
global $id;