Changeset 8868
- Timestamp:
- 09/11/2008 06:56:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r8864 r8868 1870 1870 if ( false == $box || ! $box['title'] ) 1871 1871 continue; 1872 // Submit box cannot be hidden 1873 if ( 'submitdiv' == $box['id'] ) 1874 continue; 1872 1875 $box_id = $box['id']; 1873 1876 echo '<label for="' . $box_id . '-hide">';
Note: See TracChangeset
for help on using the changeset viewer.