Changeset 15976
- Timestamp:
- 10/26/2010 05:14:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15955 r15976 1046 1046 if ( !is_array( $hidden ) ) { 1047 1047 if ( 'post' == $screen->base ) 1048 $hidden = array('slugdiv', 'trackbacksdiv', 'postcustom', 'postexcerpt' );1048 $hidden = array('slugdiv', 'trackbacksdiv', 'postcustom', 'postexcerpt', 'commentstatusdiv', 'commentsdiv', 'authordiv', 'revisionsdiv'); 1049 1049 else 1050 1050 $hidden = array();
Note: See TracChangeset
for help on using the changeset viewer.