Skip to content

Commit 68b69b1

Browse files
Remove wrap parameters
1 parent dd35ee6 commit 68b69b1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

translation-stats.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,7 @@ function ts_render_plugin_stats( $project_slug ) {
232232
echo sprintf( __( 'Translation for %s', 'translation-stats' ), $locale_link );
233233
?>
234234
</div>
235-
<?php // To remove
236-
$test = true;
237-
$square = 128;
238-
?>
239-
<div class="translation-stats-wrap notice-warning notice-alt" <?php if( $test ) {
240-
echo 'style="height: ' . $square . 'px; width: ' . $square . 'px;"';
241-
}?>
242-
>
235+
<div class="translation-stats-wrap notice-warning notice-alt">
243236
<?php
244237
$dev = $this->ts_render_stats_bar( $locale, $project_slug, __( 'Development', 'translation-stats' ), 'dev' );
245238
$dev_readme = $this->ts_render_stats_bar( $locale, $project_slug, __( 'Development Readme', 'translation-stats' ), 'dev-readme' );

0 commit comments

Comments
 (0)