Skip to content

Removing icon16 class #1

Closed
Closed
@sabernhardt

Description

@sabernhardt

As noted on Trac 35717, WordPress may remove the icon16 class from the core stylesheet in an upcoming release. This proposed change would affect the Scan page for POEditor.

<div class="icon16">
<?php
echo '<img src="' . plugins_url( '_resources/img/preloader.gif' , __FILE__ ) . '" alt="Loading..." > ';
?>
</div>
<p><?php _e('Scanning for language files. Please wait', 'poeditor'); ?>&hellip;</p>

Current screenshot:

image floats beside text with a margin

Without the icon16 styles, the image would not float next to the text:

image would stay above the text

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions