Changeset 743399
- Timestamp:
- 07/19/2013 10:51:58 PM (13 years ago)
- Location:
- wordpress-by-circle-tree
- Files:
-
- 3 edited
-
.buildpath (modified) (1 diff)
-
trunk/includes/pages/log.php (modified) (1 diff)
-
trunk/wordpress-by-circletree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-by-circle-tree/.buildpath
r743282 r743399 2 2 <buildpath> 3 3 <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> 4 <buildpathentry excluding="tags/" kind="src" path=""/>5 4 <buildpathentry combineaccessrules="false" kind="prj" path="/WordPress"/> 5 <buildpathentry excluding="*.min.css|tags/" kind="src" path=""/> 6 6 </buildpath> -
wordpress-by-circle-tree/trunk/includes/pages/log.php
r743284 r743399 65 65 <input type="hidden" name="nonce" value="<?php echo wp_create_nonce('wp_login_lockdown'); ?>"/> 66 66 <input type="text" name="ip" size="12"/> 67 <?php submit_button(' Block', 'primary', null, false);?>67 <?php submit_button('Allow', 'primary', null, false);?> 68 68 </form> 69 69 </div> -
wordpress-by-circle-tree/trunk/wordpress-by-circletree.php
r743381 r743399 5 5 Description: Secure Login Screen for Circle Tree powered websites 6 6 Author: Circle Tree, LLC 7 Version: 3.0. 17 Version: 3.0.2 8 8 Author URI: http://mycircletree.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.