Home
last modified time | relevance | path

Searched refs:themes_allowedtags (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-theme-install-list-table.php252 * @global array $themes_allowedtags
271 global $themes_allowedtags;
277 $name = wp_kses( $theme->name, $themes_allowedtags );
278 $author = wp_kses( $theme->author, $themes_allowedtags );
433 * @global array $themes_allowedtags
438 global $themes_allowedtags;
444 $name = wp_kses( $theme->name, $themes_allowedtags );
445 $author = wp_kses( $theme->author, $themes_allowedtags );
518 <?php echo wp_kses( $theme->version, $themes_allowedtags ); ?>
521 <?php echo wp_kses( $theme->description, $themes_allowedtags ); ?>
H A Dtheme-install.php9 $themes_allowedtags = array( variable
H A Dajax-actions.php3518 * @global array $themes_allowedtags
3522 global $themes_allowedtags, $theme_field_defaults;
3601 $theme->name = wp_kses( $theme->name, $themes_allowedtags );
3602 $theme->author = wp_kses( $theme->author['display_name'], $themes_allowedtags );
3603 $theme->version = wp_kses( $theme->version, $themes_allowedtags );
3604 $theme->description = wp_kses( $theme->description, $themes_allowedtags );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-theme-install-list-table.php252 * @global array $themes_allowedtags
271 global $themes_allowedtags;
277 $name = wp_kses( $theme->name, $themes_allowedtags );
278 $author = wp_kses( $theme->author, $themes_allowedtags );
433 * @global array $themes_allowedtags
438 global $themes_allowedtags;
444 $name = wp_kses( $theme->name, $themes_allowedtags );
445 $author = wp_kses( $theme->author, $themes_allowedtags );
518 <?php echo wp_kses( $theme->version, $themes_allowedtags ); ?>
521 <?php echo wp_kses( $theme->description, $themes_allowedtags ); ?>
H A Dtheme-install.php9 $themes_allowedtags = array( variable
H A Dajax-actions.php3518 * @global array $themes_allowedtags
3522 global $themes_allowedtags, $theme_field_defaults;
3601 $theme->name = wp_kses( $theme->name, $themes_allowedtags );
3602 $theme->author = wp_kses( $theme->author['display_name'], $themes_allowedtags );
3603 $theme->version = wp_kses( $theme->version, $themes_allowedtags );
3604 $theme->description = wp_kses( $theme->description, $themes_allowedtags );