Changeset 19013 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/19/2011 09:43:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r19009 r19013 177 177 $priority = 'high'; 178 178 179 add_meta_box( $widget_id, $widget_name, $callback, $screen ->id, $location, $priority );179 add_meta_box( $widget_id, $widget_name, $callback, $screen, $location, $priority ); 180 180 } 181 181
Note: See TracChangeset
for help on using the changeset viewer.