Title: Small bug in get_title method
Last modified: August 21, 2016

---

# Small bug in get_title method

 *  Resolved [petervanderdoes](https://wordpress.org/support/users/petervanderdoes/)
 * (@petervanderdoes)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/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
 * [http://wordpress.org/extend/plugins/theme-my-login/](http://wordpress.org/extend/plugins/theme-my-login/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/small-bug-in-get_title-method/#post-3663505)
 * Oops.

Viewing 1 replies (of 1 total)

The topic ‘Small bug in get_title method’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/small-bug-in-get_title-method/#post-3663505)
 * Status: resolved