Ticket #4246: #4246.diff
File #4246.diff, 2.6 KB (added by , 5 years ago) |
---|
-
profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-association-handler/wporg-profiles-association-handler.php
87 87 return $activated; 88 88 } 89 89 90 /** 91 * Disables ALL group-related activities being reported to activity stream. 92 * 93 * @param string $component Component. 94 */ 90 /** 91 * Disables ALL group-related activities being reported to activity stream. 92 * 93 * @param string $component Component. 94 * @return bool 95 */ 95 96 public function disable_group_activity_reporting( $component ) { 96 97 if ( buddypress()->groups->id == $component ) { 97 98 $component = false; -
wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
27 27 28 28 /** 29 29 * Include pages in the list of posts types that can have comments closed automatically 30 * 31 * @param $post_types 32 * @return array 30 33 */ 31 34 function wcorg_close_comments_for_post_types( $post_types ) { 32 35 $post_types[] = 'page'; -
wordpress.org/public_html/style/wp4.css
45 45 #wporg-footer ul li a { 46 46 color: #21759b; 47 47 text-decoration: none; 48 text-decoration-skip-ink: none; 48 49 font-weight: normal; 49 50 } 50 51 -
wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
1 1 <?php 2 3 2 /** 4 3 * WP.org Themes' functions and definitions. 5 4 * … … 355 354 356 355 /** 357 356 * Override the embed template with our own 357 * 358 * @param $template 359 * @return string 358 360 */ 359 361 function wporg_themes_embed_template( $template ) { 360 362 $theme_embed_template = locate_template( 'embed.php' );