芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php
title = $title; $this->css_class = $css_class; } /** * Presents the score icon. * * @return string The score icon. */ public function present() { return \sprintf( '
%2$s
', \esc_attr( $this->title ), \esc_html( $this->title ), \esc_attr( $this->css_class ) ); } }