Changeset 13382 for trunk/wp-includes/post.php
- Timestamp:
- 02/24/2010 08:13:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r13316 r13382 133 133 * 134 134 * @param int $attachment_id Attachment ID. 135 * @param bool $unfiltered Whether to apply filters or not.135 * @param bool $unfiltered Whether to apply filters. 136 136 * @return string The file path to the attached file. 137 137 */ … … 1199 1199 * 1200 1200 * @param int $post_id Optional. Post ID. 1201 * @return bool Whether post is sticky (true) or not sticky (false).1201 * @return bool Whether post is sticky. 1202 1202 */ 1203 1203 function is_sticky($post_id = null) {
Note: See TracChangeset
for help on using the changeset viewer.