Changeset 9278
- Timestamp:
- 10/22/2008 04:17:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9267 r9278 267 267 } 268 268 269 function wp_dashboard_quick_press( $dashboard, $meta_box) {269 function wp_dashboard_quick_press() { 270 270 $drafts = false; 271 271 if ( 'post' === strtolower( $_SERVER['REQUEST_METHOD'] ) && isset( $_POST['action'] ) && 0 === strpos( $_POST['action'], 'post-quickpress' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.