Small bug in get_title method
-
Version 3.6.5
File: includes/class-theme-my-login-template.php
Line: 147 – return $title;public function get_title( $action = '' ) { if ( empty( $action ) ) $action = $this->get_option( 'default_action' ); if ( is_admin() ) return $title;
The variable $title is undefined
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Small bug in get_title method’ is closed to new replies.