bueltge / wordpress-admin-style

This plugin reference elements from wp-admin in an overview with the necessary markup and CSS classes to help you to develop WordPress compliant.
http://wpengineer.com/2226/new-plugin-to-style-your-plugin-on-wordpress-admin-with-default-styles/
GNU General Public License v2.0
960 stars 124 forks source link

New element #60

Closed madvik closed 4 years ago

madvik commented 4 years ago

I find a new element in: wp-admin/tools.php

<div class="card">
    <h2 class="title">Categories and Tags Converter</h2>
    <p> If you want to convert your categories to tags (or vice versa), use the <a href="import.php">Categories and Tags Converter</a> available from the Import screen.</p>
</div>
bueltge commented 4 years ago

Has .card also custom css rules?

bueltge commented 4 years ago

The new element is now inside the plugin as example. THanks for your hint.