Title: PHP issues
Last modified: August 21, 2016

---

# PHP issues

 *  [simple_mama](https://wordpress.org/support/users/simple_mama/)
 * (@simple_mama)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/php-issues-1/)
 *     ```
       RECOMMENDED: Text domain problems in breadcrumb-navxt/includes/mtekk_adminkit.php. You have not included a text domain!
       Line 211: $links[] = '<a href='' . $this->admin_url() . ''>' . __('Settings') . '</a>';
       ```
   
 *     ```
       RECOMMENDED: Text domain problems in breadcrumb-navxt/breadcrumb_navxt_admin.php. You have not included a text domain!
       Line 514: $this->input_radio('Spost_post_taxonomy_type', 'category', __('Categories'));
       Line 515: $this->input_radio('Spost_post_taxonomy_type', 'date', __('Dates'));
       Line 516: $this->input_radio('Spost_post_taxonomy_type', 'post_tag', __('Tags'));
       Line 518: $this->input_radio('Spost_post_taxonomy_type', 'page', __('Post Parent'));
       Line 587: $this->input_radio('Spost_' . $post_type->name . '_taxonomy_type', 'page', __('Post Parent'));
       Line 573: <?php wp_dropdown_pages(array('name' => $this->unique_prefix . '_options[apost_' . $post_type->name . '_root]', 'id' => $optid, 'echo' => 1, 'show_option_none' => __( '— Select —' ), 'option_none_value' => '0', 'selected' => $
       ```
   
 *     ```
       REQUIRED: get_option(home) was found in the file breadcrumb-navxt/breadcrumb_navxt_class.php. Use home_url() instead.
       ```
   
 * Found these using [http://wordpress.org/plugins/plugin-check/](http://wordpress.org/plugins/plugin-check/)
 * [http://wordpress.org/plugins/breadcrumb-navxt/](http://wordpress.org/plugins/breadcrumb-navxt/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/php-issues-1/#post-4205718)
 * For the first two sets, the translation strings without textdomains should already
   be provided by WordPress. I haven’t seen a need to have them in the Breadcrumb
   NavXT textdomain as it would be a duplication of effort for the translators. 
   The only one that may need to have a textdomain is ‘Post Parent’ (I’ll look into
   that). As for get_option(‘home’) vs home_url(), I’ll change it for the next release(
   5.0) as the current method isn’t going to handle SSL URLs correctly.
 *  Thread Starter [simple_mama](https://wordpress.org/support/users/simple_mama/)
 * (@simple_mama)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/php-issues-1/#post-4205750)
 * Great, thank you! The plugin works beautifully and has for years. A must-have
   for me!
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/php-issues-1/#post-4205827)
 * After looking at things, it appears ‘Dates’ and ‘Post Parent’ are not in the 
   default WordPress textdomain. So they have been added to the ‘breadcrumb-navxt’
   textdomain for the next release (5.0).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP issues’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/php-issues-1/#post-4205827)
 * Status: not resolved