Changeset 23457 for trunk/wp-admin/includes/template.php
- Timestamp:
- 02/19/2013 11:40:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r23439 r23457 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 * @param array $callback_args Optional. Data that should be set as the "args" property of the box array (which is the second parameter passed to your callback). 811 811 */ 812 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.