Changeset 1082640
- Timestamp:
- 02/04/2015 10:53:22 PM (11 years ago)
- Location:
- dys-email-subscription/trunk
- Files:
-
- 2 edited
-
emailing-lista.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dys-email-subscription/trunk/emailing-lista.php
r1042279 r1082640 194 194 <aside id="dys-email-subscription" class="widget widget_dys-email-subscription"> 195 195 <h3 class="widget-title"> <?php echo $title; ?> </h3> 196 <form name="emailing" method="post" class=" clear">196 <form name="emailing" method="post" class="dys_email"> 197 197 <input name="email" id="email" type="email" class="text" placeholder="<?php _e( 'Email Address', 'dys-email-subscription' ) ?>"/> 198 198 <br> -
dys-email-subscription/trunk/readme.txt
r1042263 r1082640 3 3 Tags: subscription, e-mailing, mailing, emailing, mail, users, email 4 4 Requires at least: 3.4 5 Tested up to: 4. 0.15 Tested up to: 4.1 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 33 33 == Changelog == 34 34 35 = 1.6 = 36 * Tested up to 4.1 37 * Changed form class from "clear" to "dys_email" 38 35 39 = 1.5 = 36 40 * Fix missing closing aside tag
Note: See TracChangeset
for help on using the changeset viewer.