%2$s
', esc_attr( $this->name ), esc_html__( 'Inclusive language', 'wordpress-seo' ) ); } /** * Outputs the section content. */ public function display_content() { printf( '
', esc_attr( $this->name ) ); echo '
', '
'; } }