

Przed wrzuceniem:
Kod
<?php
function ti_constructzine_theme_setup(){
global $content_width;
if ( ! isset( $content_width ) ) {
$content_width = 634;
}
... itd
function ti_constructzine_theme_setup(){
global $content_width;
if ( ! isset( $content_width ) ) {
$content_width = 634;
}
... itd
A tak po przesłaniu pliku:
Kod
<?phpfunction ti_constructzine_theme_setup(){ global $content_width; if ( ! isset( $content_width ) ) { $content_width = 634; } ... itd