Plugin Directory

Changeset 2061921


Ignore:
Timestamp:
04/02/2019 10:14:12 PM (7 years ago)
Author:
Antoniocampos
Message:

Translation ready!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ac-change-login-logo/tags/1.0.0/ac-change-login-logo.php

    r2061892 r2061921  
    4040/* Filter to change the logo title */
    4141add_filter('login_headertitle', 'ac_login_logo_link_title');
     42
     43function my_plugin_load_plugin_textdomain() {
     44    load_plugin_textdomain( 'my-plugin', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
     45}
     46add_action( 'plugins_loaded', 'my_plugin_load_plugin_textdomain' );
    4247
    4348/* Override the login page css */
Note: See TracChangeset for help on using the changeset viewer.