Changeset 40967 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 06/30/2017 04:17:56 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r40823 r40967 893 893 * (such as a post type, 'link', or 'comment'). Accepts a single 894 894 * screen ID, WP_Screen object, or array of screen IDs. Default 895 * is the current screen. 895 * is the current screen. If you have used add_menu_page() or 896 * add_submenu_page() to create a new screen (and hence screen_id), 897 * make sure your menu slug conforms to the limits of sanitize_key() 898 * otherwise the 'screen' menu may not correctly render on your page. 896 899 * @param string $context Optional. The context within the screen where the boxes 897 900 * should display. Available contexts vary from screen to … … 988 991 * 989 992 * @staticvar bool $already_sorted 990 * @param string|WP_Screen $screen Screen identifier 993 * 994 * @param string|WP_Screen $screen Screen identifier. If you have used add_menu_page() or 995 * add_submenu_page() to create a new screen (and hence screen_id) 996 * make sure your menu slug conforms to the limits of sanitize_key() 997 * otherwise the 'screen' menu may not correctly render on your page. 991 998 * @param string $context box context 992 999 * @param mixed $object gets passed to the box callback function as first parameter
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)