Changeset 1631
- Timestamp:
- 05/26/2015 07:05:25 PM (10 years ago)
- Location:
- sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta
- Files:
-
- 2 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 ) { -
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css
r1624 r1631 314 314 textarea { 315 315 background-color: #fff; 316 -webkit-border-radius: 0; 316 317 border-radius: 0; 317 318 font-size: 14px; … … 342 343 padding: 0.375em; 343 344 width: 100%; 345 -webkit-box-sizing: border-box; 346 box-sizing: border-box; 344 347 } 345 348
Note: See TracChangeset
for help on using the changeset viewer.