Changes from trunk/src/wp-admin/includes/class-wp-posts-list-table.php at r26245 to branches/3.8/src/wp-admin/includes/class-wp-posts-list-table.php at r27976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-admin/includes/class-wp-posts-list-table.php
r26245 r27976 840 840 endif; // post_type_supports author 841 841 842 if ( !$bulk ) :842 if ( !$bulk && $can_publish ) : 843 843 ?> 844 844
Note: See TracChangeset
for help on using the changeset viewer.