Plugin Directory

Changeset 1099727


Ignore:
Timestamp:
02/25/2015 10:59:11 PM (11 years ago)
Author:
Varrcan
Message:

add fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mfp-mod-wp/trunk/class/option.class.php

    r1099716 r1099727  
    312312            //add_action('login_message', array(&$this, 'custom_login_form')); // Сообщение над формой
    313313            //add_action('login_footer', array(&$this, 'custom_login_footer')); // Футтер
    314             add_filter('login_headerurl', function(){ return get_home_url();}); // Смена ссылки с wordpress.org на главную сайта
     314            //add_filter('login_headerurl', function(){ return get_home_url();}); // Смена ссылки с wordpress.org на главную сайта
    315315            add_filter('login_headertitle', function(){ return false;}); // Удаление title логотипа
    316316        }
Note: See TracChangeset for help on using the changeset viewer.