Changeset 1099732
- Timestamp:
- 02/25/2015 11:00:38 PM (11 years ago)
- File:
-
- 1 edited
-
mfp-mod-wp/trunk/class/option.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mfp-mod-wp/trunk/class/option.class.php
r1099727 r1099732 313 313 //add_action('login_footer', array(&$this, 'custom_login_footer')); // Футтер 314 314 //add_filter('login_headerurl', function(){ return get_home_url();}); // Смена ссылки с wordpress.org на главную сайта 315 add_filter('login_headertitle', function(){ return false;}); // Удаление title логотипа315 //add_filter('login_headertitle', function(){ return false;}); // Удаление title логотипа 316 316 } 317 317 }
Note: See TracChangeset
for help on using the changeset viewer.