Ticket #17916: screw_rtl_plugin.php
| File screw_rtl_plugin.php, 341 bytes (added by , 14 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /* |
| 3 | Plugin Name: Screw this RTL |
| 4 | Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/ |
| 5 | Plugin Description: Screw RTL with one line of code! |
| 6 | Version: 1.0.0 |
| 7 | Author: Marco Cimmino |
| 8 | Author URI: mailto:cimmino.marco@gmail.com |
| 9 | */ |
| 10 | |
| 11 | |
| 12 | wp_register_style("cimy_uef_register", $cuef_css_webpath."/cimy_uef_register.css", false, false); |
| 13 | |
| 14 | ?> |