Changeset 23397
- Timestamp:
- 02/08/2013 06:37:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r23392 r23397 808 808 * @param string $context Optional. The context within the page where the boxes should show ('normal', 'advanced'). 809 809 * @param string $priority Optional. The priority within the context where the boxes should show ('high', 'low'). 810 * @param array $callback_args Optional. Data that should set as the "args" property of the box array (which is the second parameter passed to your callback). 810 811 */ 811 812 function add_meta_box( $id, $title, $callback, $screen = null, $context = 'advanced', $priority = 'default', $callback_args = null ) {
Note: See TracChangeset
for help on using the changeset viewer.