wp/wp-includes/kses.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   893 			}
   893 			}
   894 
   894 
   895 			return $tags;
   895 			return $tags;
   896 
   896 
   897 		case 'user_description':
   897 		case 'user_description':
       
   898 		case 'pre_term_description':
   898 		case 'pre_user_description':
   899 		case 'pre_user_description':
   899 			$tags             = $allowedtags;
   900 			$tags                = $allowedtags;
   900 			$tags['a']['rel'] = true;
   901 			$tags['a']['rel']    = true;
       
   902 			$tags['a']['target'] = true;
   901 			/** This filter is documented in wp-includes/kses.php */
   903 			/** This filter is documented in wp-includes/kses.php */
   902 			return apply_filters( 'wp_kses_allowed_html', $tags, $context );
   904 			return apply_filters( 'wp_kses_allowed_html', $tags, $context );
   903 
   905 
   904 		case 'strip':
   906 		case 'strip':
   905 			/** This filter is documented in wp-includes/kses.php */
   907 			/** This filter is documented in wp-includes/kses.php */
  2524 			'direction',
  2526 			'direction',
  2525 			'float',
  2527 			'float',
  2526 			'list-style-type',
  2528 			'list-style-type',
  2527 			'object-fit',
  2529 			'object-fit',
  2528 			'object-position',
  2530 			'object-position',
       
  2531 			'opacity',
  2529 			'overflow',
  2532 			'overflow',
  2530 			'vertical-align',
  2533 			'vertical-align',
  2531 			'writing-mode',
  2534 			'writing-mode',
  2532 
  2535 
  2533 			'position',
  2536 			'position',