Changeset 2061921
- Timestamp:
- 04/02/2019 10:14:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ac-change-login-logo/tags/1.0.0/ac-change-login-logo.php
r2061892 r2061921 40 40 /* Filter to change the logo title */ 41 41 add_filter('login_headertitle', 'ac_login_logo_link_title'); 42 43 function my_plugin_load_plugin_textdomain() { 44 load_plugin_textdomain( 'my-plugin', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' ); 45 } 46 add_action( 'plugins_loaded', 'my_plugin_load_plugin_textdomain' ); 42 47 43 48 /* Override the login page css */
Note: See TracChangeset
for help on using the changeset viewer.