Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

nodokita on "Error with 3.5 Update in SQL Syntax"

$
0
0

The theme work perfect until the change of version of Wordpress...

<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}

That's the first code in single.php

something change in sql and wordpress versions?
Thanks in advance!


Viewing all articles
Browse latest Browse all 5530

Trending Articles