~quam-plures-core/quam-plures/install_bug_fix

« back to all changes in this revision

Viewing changes to multiblogs.php

  • Committer: EdB
  • Author(s): Lee Turner
  • Date: 2012-08-02 14:55:44 UTC
  • mfrom: (7645.1.1 no_generator)
  • Revision ID: 1912webworks@gmail.com-20120802145544-measw8kgjzs62lju
Basically removes the meta generator output from core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        template_description_tag(); // description meta tag
78
78
        template_keywords_tag(); // keywords meta tag
79
79
        robots_tag(); // robots meta tag
80
 
        meta_generator_tag(); // for QP's stats
81
80
        if( $Blog->get_setting( 'feed_content' ) != 'none' )
82
81
        {
83
82
                template_feed_tags();