Changeset 44722
- Timestamp:
- 02/01/2019 02:13:02 AM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/common.js
r43577 r44722 111 111 */ 112 112 hidden : function() { 113 return $( '.manage-column[id]' ).filter( ' :hidden' ).map(function() {113 return $( '.manage-column[id]' ).filter( '.hidden' ).map(function() { 114 114 return this.id; 115 115 }).get().join( ',' ); -
trunk/src/wp-admin/css/list-tables.css
r44717 r44722 1790 1790 } 1791 1791 1792 /* Comment author hidden via Screen Options */ 1793 .fixed .column-author.hidden ~ .column-comment .comment-author { 1794 display: none; 1795 } 1796 1792 1797 #the-comment-list .is-expanded td { 1793 1798 box-shadow: none; … … 2010 2015 } 2011 2016 2017 /* Plugin description hidden via Screen Options */ 2018 #wpbody-content .wp-list-table.plugins .desc.hidden { 2019 display: none; 2020 } 2021 2012 2022 #wpbody-content .wp-list-table.plugins .column-description { 2013 2023 padding-top: 2px;
Note: See TracChangeset
for help on using the changeset viewer.