Changeset 2163915
- Timestamp:
- 09/26/2019 05:42:44 PM (7 years ago)
- Location:
- maester-toolkit/trunk
- Files:
-
- 2 edited
-
inc/maester-toolkit-login-forms.php (modified) (1 diff)
-
maester-toolkit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
maester-toolkit/trunk/inc/maester-toolkit-login-forms.php
r2126964 r2163915 2 2 3 3 if(!is_user_logged_in()){ 4 add_action( ' maester_after_footer_hook', 'login_registration_form', 10, 1 );4 add_action( 'wp_footer', 'login_registration_form', 10, 1 ); 5 5 } 6 6 -
maester-toolkit/trunk/maester-toolkit.php
r2155669 r2163915 6 6 Description: An essential toolkit plugin for Maester Theme 7 7 Author: feehatheme 8 Version: 1.0. 78 Version: 1.0.8 9 9 Author URI: https://feeha.net 10 10 Requires at least: 4.5
Note: See TracChangeset
for help on using the changeset viewer.