~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/vars.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:49:28 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: barry.price@canonical.com-20160817044928-viijiwb4tl8jwzmp
new upstream release 4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                if ( stripos( $_SERVER['HTTP_USER_AGENT'], 'chromeframe' ) !== false ) {
60
60
                        $is_admin = is_admin();
61
61
                        /**
62
 
                         * Filter whether Google Chrome Frame should be used, if available.
 
62
                         * Filters whether Google Chrome Frame should be used, if available.
63
63
                         *
64
64
                         * @since 3.2.0
65
65
                         *