Changeset 13485
- Timestamp:
- 04/10/2024 04:04:23 AM (13 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
r13467 r13485 494 494 } 495 495 496 $output .= sprintf( '<a class="bbp-view-title wp-block-wporg-link-wrapper is-layout-flow wp-block-wporg-link-wrapper-is-layout-flow" href="%s"><h 5 class="wp-block-heading has-inter-font-family has-small-font-size" style="font-weight:700;margin-bottom:0">%s</h5></a>',496 $output .= sprintf( '<a class="bbp-view-title wp-block-wporg-link-wrapper is-layout-flow wp-block-wporg-link-wrapper-is-layout-flow" href="%s"><h3 class="wp-block-heading has-inter-font-family has-small-font-size" style="font-weight:700;margin-bottom:0">%s</h3></a>', 497 497 esc_url( bbp_get_view_url( $view ) ), 498 498 bbp_get_view_title( $view ) -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss
r13478 r13485 330 330 } 331 331 332 h 4{332 h2 { 333 333 font-weight: 400; 334 334 font-size: var(--wp--preset--font-size--normal); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sidebar.php
r13455 r13485 43 43 <div> 44 44 <?php bbp_topic_tag_list( 0, array( 45 'before' => '<h 4>' . __( 'Tags', 'wporg-forums' ) . '</h4><ul class="topic-tags"><li class="tag">',45 'before' => '<h2>' . __( 'Tags', 'wporg-forums' ) . '</h2><ul class="topic-tags"><li class="tag">', 46 46 'after' => '</li></ul>', 47 47 'sep' => '</li><li class="tag">', … … 60 60 <?php bbp_topic_admin_links( array ( 61 61 'id' => bbp_get_topic_id(), 62 'before' => '<h 4>' . __( 'Admin', 'wporg-forums' ) . '</h4><ul class="topic-admin-links"><li>',62 'before' => '<h2>' . __( 'Admin', 'wporg-forums' ) . '</h2><ul class="topic-admin-links"><li>', 63 63 'after' => '</li></ul>', 64 64 'sep' => '</li><li>', … … 86 86 87 87 <div> 88 <h 4><?php _e( 'Topics', 'wporg-forums' ); ?></h4>88 <h2><?php _e( 'Topics', 'wporg-forums' ); ?></h2> 89 89 90 90 <?php echo do_blocks( … … 103 103 104 104 <div> 105 <h 4><?php _e( 'Feeds', 'wporg-forums' ); ?></h4>105 <h2><?php _e( 'Feeds', 'wporg-forums' ); ?></h2> 106 106 <ul class="forum-feeds"> 107 107 <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/"><?php _e( 'RSS Recent Posts', 'wporg-forums' ); ?></a></li> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style-rtl.css
r13484 r13485 2414 2414 text-decoration: underline; 2415 2415 } 2416 .sidebar h 4, .sidebar .bbp-view .review-ratings .col-5 > div:first-child, .bbp-view .review-ratings .sidebar .col-5 > div:first-child{2416 .sidebar h2 { 2417 2417 font-weight: 400; 2418 2418 font-size: var(--wp--preset--font-size--normal); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style.css
r13484 r13485 2414 2414 text-decoration: underline; 2415 2415 } 2416 .sidebar h 4, .sidebar .bbp-view .review-ratings .col-5 > div:first-child, .bbp-view .review-ratings .sidebar .col-5 > div:first-child{2416 .sidebar h2 { 2417 2417 font-weight: 400; 2418 2418 font-size: var(--wp--preset--font-size--normal);
Note: See TracChangeset
for help on using the changeset viewer.