Make WordPress Core


Ignore:
Timestamp:
02/19/2013 11:40:03 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in phpdoc. see #17515.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r23439 r23457  
    808808 * @param string $context Optional. The context within the page where the boxes should show ('normal', 'advanced').
    809809 * @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).
    811811 */
    812812function 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.