Textdomain Error
The error message mean, that you haven’t a textdomain. There is required for translation of this string. In the first error message is the problem the missing textdomain on the function _n_noop()
.
Right usage as example below.
_n_noop( 'Security Release', 'Security Releases', 'your_textdomain' );
Text Domain
Information about the textdomain find you in the codex, the i18n part.
If you’re translating a plugin or a theme, you’ll need to use a text
domain to denote all text belonging to that plugin. This increases
portability and plays better with already existing WordPress tools.
The text domain must match the “slug” of the plugin.
Line ending error
Your second error is line ending problem. This create problems on several usage, also on the repository from wp.org. You can change this normally with your editor.
Related Posts:
- Customize WordPress>Error Page
- Strict Standards Error bootstrap navwalker
- The seventh parameter passed to add_submenu_page()
- WordPress settings API error when checkbox unchecked
- WordPress Errors in generated by theme check plugin [closed]
- Fatal error: Call to undefined function get_header()
- Parse error: syntax error, unexpected T_ENDWHILE in
- Featured Images are not able to be set
- Getting php_network_getaddress error : No such host is known?
- Call to undefined function add_menu_page() on theme activation
- Website pagespeed problem
- What Does “Cannot modify header information?” Mean
- HTTP Error when uploading images over specific dimensions
- Link to RSS feed not clickable?
- WordPress 6.x / PHP 8.x deprecated warnings in development environment
- WordPress Animation Adjustments
- PHP Parse error: syntax error, unexpected ‘endwhile’ (T_ENDWHILE), expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) on line 124
- How to handle theme activation errors?
- Get_header raises an 500 internal server error
- Strict Standards Error bootstrap navwalker
- Upgrade to WP 3.2/ and Server to php5 breaks theme? [closed]
- Making update notification functionality for my themes
- Best practice for including plugins as part of a theme?
- How to disable 3.1 “Admin Bar” via script for the admin user?
- Where do I find the functions triggered within a hook?
- How to determine the current widget’s parent container (sidebar widget id)
- Is it possible to display the admin bar while in the Theme Customizer?
- How to Change CSS Variable value in Theme Customizer Live Preview
- Pagination & get_pages?
- Custom nav menu is created with default pages, but not hooked to theme’s custom menu location
- Easy WordPress theme creation tutorial? [closed]
- How do I add a post to a menu
- Demo Import changes terms ids
- how to change WordPress menu markup/classes
- Best practices: Custom theme sidebar menu – hardcode or widget?
- Is it a good idea to make whole theme widgetized?
- Where is definied the theme location for the main menu in a WordPress template?
- How to get the URI to a theme without the domain. Example: /wp-content/themes/my-theme
- How to handle custom form submission?
- menu behavior is not as expected
- My custom theme does not load the translations
- Disable front-page.php template
- Gutenberg – editor-font-sizes in functions not working
- Same ACF on two different pages
- A mystery 300px image size
- Custom Field returning Numerical Value for Image rather than URL
- which is the best way to customize nav-menu-template.php?
- wp-cli: For development, how can I activate a theme that is on the local disk but not zipped?
- Default string not appearing want to translate
- How to make a local cache of mshots images
- Why is the Page Template dropdown menu using the wrong file name?
- Using a page as home, how do I prevent nav from setting both home and page links active?
- 2 localizations inside a WordPress theme
- Custom theme updater – random string in new theme name
- Show woocommerce categories on my theme menu styling
- Child Theme’s style.css not loading in mobile browser
- How to Find the Page the Front Page is Using?
- My jQuery is enqueued properly. So why isn’t it working?
- Database Tables in WordPress Theme
- 3 Level Deep Navigation Menu Not Showing All Levels
- Broken theme, template is missing
- WordPress page/blog incorporated into static website
- wp_enqueue_script not working?
- Random white space before doctype
- Premium theme licensing of php called through AJAX
- is_single() works in plugin, not in theme?
- Do I need to create a child theme for JointsWP
- Issue on Accessing To Ajax Enqeued File to Pass to URL for Ajax Call
- pass wordpress template directory into ajax url call
- theme-independent CSS/JS files
- Custom jquery not code not working in wordpress
- New to WordPress – Read the Codex, Other Docs; Still Confused
- CSS preprocessor file messed up after compiled
- Style first 3 posts differently with WP_Query [duplicate]
- is_front_page use in sidebar.php
- matisse theme show excerpts not whole content
- My custom taxonomies are not showing up in the admin menus
- get main URL from subdirectory with php
- How to add custom theme in hosting server?
- Is there a plugin for versioning files in the theme (style , .js and .php files)?
- Infinite loop when nesting have_posts()
- WordPress Custom Theme : Theme Builder vs ACF vs Gutenberg
- Getting unexpected warnings from theme options code
- Is_single not working properly in genesis
- Debugging slow WordPress Theme Customizer (Any option similar to Query Monitor)?
- After WP 4.6.1 Update , Blog page started giving 500 error
- How to show children pages as array
- wp_nav_menu custom walker class
- Changes to template not showing up unless ?reset=1 added to URL
- How do I keep images in posts below a certain size without editing the post?
- Theme options not displaying correctly after theme update
- Is it possible to customize the layout of Gallery Shortcode?
- How can i use archive.php for indexing wordpress default posts?
- What to do when child theme is out of date with parent theme
- Image Size wrong during upload
- How can I add a single image from a gallery into the page header?
- Feeds are showing where Post archive page should be
- My wordpress site memory exhausted more than 1GB trying to debug with default
- WordPress Two Level Filters on Getting Custom Taxonomy Terms
- I want to resize post featured image without cropping image. How?