Changeset 31443
- Timestamp:
- 02/13/2015 05:30:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r31442 r31443 251 251 * 252 252 * @param string $taxonomy Taxonomy to retrieve terms from. 253 * @param int $default Unused.253 * @param int $default Not used. 254 254 * @param int $number Number of terms to retrieve. Defaults to 10. 255 255 * @param bool $echo Optionally output the list as well. Defaults to true. … … 1528 1528 * @since 2.7.0 1529 1529 * @param string $title Title of the Iframe page. 1530 * @param bool $ limit_styles Limit styles to colour-related styles only (unless others are enqueued).1531 * 1532 */ 1533 function iframe_header( $title = '', $ limit_styles= false ) {1530 * @param bool $deprecated Not used. 1531 * 1532 */ 1533 function iframe_header( $title = '', $deprecated = false ) { 1534 1534 show_admin_bar( false ); 1535 global $hook_suffix, $ current_user, $admin_body_class, $wp_locale;1535 global $hook_suffix, $admin_body_class, $wp_locale; 1536 1536 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 1537 1537
Note: See TracChangeset
for help on using the changeset viewer.