Changeset 30535
- Timestamp:
- 11/24/2014 04:26:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r30502 r30535 109 109 110 110 /** 111 * Fires in <head> for a specific admin page based on $hook_suffix. 111 * Fires in head section for a specific admin page. 112 * 113 * The dynamic portion of the hook, `$hook_suffix`, refers to the hook suffix 114 * for the admin page. 112 115 * 113 116 * @since 2.1.0 … … 116 119 117 120 /** 118 * Fires in <head>for all admin pages.121 * Fires in for all admin pages. 119 122 * 120 123 * @since 2.1.0 … … 160 163 <?php 161 164 /** 162 * Filter the admin <body> CSS classes.165 * Filter the . 163 166 * 164 167 * This filter differs from the post_class or body_class filters in two important ways:
Note: See TracChangeset
for help on using the changeset viewer.