Changes between Initial Version and Version 2 of Ticket #22590
- Timestamp:
- 11/27/12 00:35:48 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22590
- Property Component changed from Appearance to Administration
-
Ticket #22590 – Description
initial v2 2 2 3 3 Adding something similar to this fix the problem: 4 4 {{{ 5 5 // sticky for Sticky Posts in administration 6 6 if ( is_sticky($post->ID) && is_admin() ) 7 7 $classes[] = 'post-sticky'; 8 }}}