Ticket #6268: 6268.patch
| File 6268.patch, 1.3 KB (added by , 4 years ago) |
|---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php
123 123 public static function paginated_home_page_404() { 124 124 // Paginated front page. 125 125 if ( is_front_page() && is_paged() ) { 126 include( get_ stylesheet_directory() . '/404.php' );126 include( get_template_directory() . '/404.php' ); 127 127 exit; 128 128 } 129 129 } -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
491 491 public static function get_editor_style() { 492 492 $style = '<style type="text/css">'; 493 493 ob_start(); 494 include get_ stylesheet_directory() . '/stylesheets/editor-style.css';494 include get_template_directory() . '/stylesheets/editor-style.css'; 495 495 $style .= ob_get_clean(); 496 496 $style .= ' </style>'; 497 497 return $style;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)