Changeset 49123 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 10/10/2020 08:38:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r49108 r49123 1015 1015 * make sure your menu slug conforms to the limits of sanitize_key() 1016 1016 * otherwise the 'screen' menu may not correctly render on your page. 1017 * @param string $context Optional. The context within the screen where the box es1017 * @param string $context Optional. The context within the screen where the box 1018 1018 * should display. Available contexts vary from screen to 1019 1019 * screen. Post edit screen contexts include 'normal', 'side', … … 1021 1021 * and 'side'. Menus meta boxes (accordion sections) all use 1022 1022 * the 'side' context. Global default is 'advanced'. 1023 * @param string $priority Optional. The priority within the context where the box es1024 * should show ('high', 'low'). Default 'default'.1023 * @param string $priority Optional. The priority within the context where the box should show. 1024 * Accepts 'high', 'core', 'default', or 'low'. Default 'default'. 1025 1025 * @param array $callback_args Optional. Data that should be set as the $args property 1026 1026 * of the box array (which is the second parameter passed
Note: See TracChangeset
for help on using the changeset viewer.