This part comes from the function comment_form()
which is called by your theme, probably in comments.php
:
'comment_notes_after' => '<p class="form-allowed-tags">'
. sprintf( __(
'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags
and attributes: %s' ), ' <code>' . allowed_tags() . '</code>' )
. '</p>',
You can filter it out with a simple plugin:
<?php
/*
Plugin Name: Remove Markup Notice on Comment Form
*/
add_filter( 'comment_form_defaults', 'wpse_41181_remove_markup_notice', 10, 1 );
function wpse_41181_remove_markup_notice( $strings )
{
$strings['comment_notes_after'] = '';
return $strings;
}
How you get a better description … I don’t know. I’m sure there is a FAQ for that available. Aren’t there settings in /wp-admin/
for this module?
Related Posts:
- Add Link Text Back to Insert/edit link Box
- plugin admin subpage title and links in menu not highlited at current page
- Add the title attribute to links
- remove the title attribute from links [closed]
- Disable title link in the backend for non-admins
- Get youtube link title in post title
- Why is there a link tag with rel “profile” pointing to gmpg.org?
- Wondering how to turn your firefox bookmarks into a WordPress blog?
- How can I link to the most recent post in a category?
- How can I find all internal links that are pointing to post/page?
- Creating a Link Directory using WordPress?
- How to splice in wp_links links into the loop?
- widget to output a link to archive view
- Is there an easy way to create a links index page?
- how can i add a menu link that goes to an external page
- Retrieving all Links from a Post?
- Open link in a new tab checked by default when adding a new link in visual post editor
- Setting a page link in the footer?
- Generate Random Post Links Somewhere in the post
- Getting only the most recent bookmark?
- WordPress links/bookmarks – need to urlencode because spaces are getting stripped
- Plugin that inserts favicon next to links
- Create anchor from Wysiwyg editor
- Get post / page ID from ACF Link field
- Change Site Title and Description html tags if not home page
- Add title, post content, and category like add_post_meta and update_post_meta
- Can I generate then display a mixed list of linked and unlinked terms
- Make page tab link to pdf
- How to change server name on WordPress Installation?
- How to prevent a page from being linked in the menu/crossbar
- Header style different on home and remaining pages
- Automaticly replace a link with other “new link”
- Is there a way to hide WordPress behind a web visible directory?
- Links in nonalphabetic order
- Copy button for anchor link
- Removing Title From Links to Site
- How to automatically nofollow a set domains? (I seem to have half of the answer)
- My custom link works only on home page
- Default Link for TinyMCE “Add Link”
- How to apply default post categories to link manager plugin
- How do I get link URLs from the WordPress links backend into an array?
- Is there anyway to use relative link instead of absolute link?
- How can I show different image links for different languages with qTranslate?
- How do I hide the ‘Edit’ link in publshed posts
- Clean links in: the_author_meta(‘description’)
- WP Method `get_theme_file_uri()` Doesn’t Seem To Be Working Properly When Used In The Head Section Of A Site
- Moving a wordpress.org website to another domain name?
- How do I make WordPress “Page” link in the top nav bar go to an external URL?
- How to deal with internal links in blog while developing new site in WordPress?
- Insert wrap span tag around contents of a link tag automatically
- Alternative to rb-internal-links to implement [intlink tag?
- How to remove a link of date archive
- Button linking to an unique link
- Highlight archive link on single.php
- Dynamic logo/banner depending on affiliate link
- Add class to all links created by tinyMCE
- How do i remove all Bit.ly shortened links from site?
- Related posts for a post
- Converting a hierarchy of off-site web-links to Word-Press
- Remove the preview link box since 6.0 update
- Link to downloadable excel sheet on website leads to unfinished version of document
- How to find what pages are internally linking to a page?
- How can I automatically display the section link on my one-page Elementor website?
- How to download file without login to wordpress account?
- Disable automatic embed links
- How to add a column into the link manager?
- Link Dont work in first page Hero image
- Getting duplicate homepage links | Even if there is only one page in Dashboard Please Help
- How to add a link to an external website in the description of a customizer control (with Kirki)?
- Add Developer Link on Homepage Only
- How to add a target to a link
- How to use the WordPress API to get links and scripts in and
- how to link local pages with flags in submenu
- Best practice and technology to Offset anchor links
- Unwanted Autogenerated Link
- My home page is still showing link “localhost” [duplicate]
- How to disable site title and description when custom header is uploaded on the customizer?
- List pages including both parent and child pages
- Anchor link on single.php
- Unable to create hyperlink after WordPress updated
- Anchor doesn’t work if it’s given in the url
- Adding Edit subnav link to Custom Buddypress Profile Tab [closed]
- Link rewrite to https (NOT URL rewrite)
- random characters on links
- Detect what page was linked-from
- link header to homepage (for wp multisite)
- Logout link not working
- insert link in wordpress editor greyout whole screen?
- External Link issue in Visual Form Builder Pro
- Link to Portfolio page by id instead of name
- How do I increase the 255 character limit on the ‘description’ field for link library links?
- How to Link to WP Pages Internally and Extenally
- permalink and $_GET
- What is the right way to code links for WordPress pages?
- pictures does not apeare in posts
- Access the article edit page from the web address bar?
- Is there any way to display the link of a WordPress page without relying in its slug (or full path)?
- What is making these links open as new windows?
- Trying to chance my link style
- gallery link not displaying photos