Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
simoamiParticipant
Warning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220
$args[‘site_title_tag’] is empty and I couldn’t find where it gets see via UI or code.
As a result, enlightenment_close_tag($args[‘site_title_tag’]) returns </>
some analysis:
The argument is empty in the function below and overiddes $defaults in general.php
function enlightenment_bootstrap_site_branding_args( $args ) {
$args[‘container_class’] .= ‘ navbar-header’;
$args[‘site_description’] = false;
$args[‘site_title_tag’] = ”;
$args[‘home_link_class’] .= ‘ navbar-brand’;
return $args;
}
see function enlightenment_site_branding( $args = null )
for more details
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
Daniel TaraKeymaster
Warning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220
Thank you for letting me know of this bug, it will be fixed in the next version.