Changeset 21253 for trunk/wp-includes/post-template.php
- Timestamp:
- 07/09/2012 09:10:59 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r21159 r21253 574 574 575 575 /** 576 * Display "sticky" CSS class, if a post is sticky.577 *578 * @since 2.7.0579 *580 * @param int $post_id An optional post ID.581 */582 function sticky_class( $post_id = null ) {583 if ( !is_sticky($post_id) )584 return;585 586 echo " sticky";587 }588 589 /**590 576 * Page Template Functions for usage in Themes 591 577 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)