Changeset 2753 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 08/05/2005 08:44:18 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2739 r2753 93 93 if ( 'publish' == $_POST['post_status'] && ! current_user_can('publish_posts') ) 94 94 $_POST['post_status'] = 'draft'; 95 95 96 if ( !isset($_POST['comment_status']) ) 97 $_POST['comment_status'] = 'closed'; 98 99 if ( !isset($_POST['ping_status']) ) 100 $_POST['ping_status'] = 'closed'; 101 96 102 if ( !empty($_POST['edit_date']) ) { 97 103 $aa = $_POST['aa'];
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)