Changeset 1631 for sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
- Timestamp:
- 05/26/2015 07:05:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
r1615 r1631 32 32 } 33 33 add_action( 'after_setup_theme', 'rosetta_after_setup_theme' ); 34 35 function rosetta_comment_form_support_hint() { 36 printf( 37 '<p>%s</p>', 38 /* translators: feel free to add links to places, where one can get support in your language. */ 39 __( '<strong>Please, do not post support requests here!</strong> They will probably be ignored.', 'rosetta' ) 40 ); 41 } 42 add_action( 'comment_form_top', 'rosetta_comment_form_support_hint' ); 34 43 35 44 function rosetta_wp_page_menu_args( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.