~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/theme-compat/footer.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/**
3
3
 * @package WordPress
4
4
 * @subpackage Theme_Compat
5
 
 * @deprecated 3.0
6
 
 *
7
 
 * This file is here for Backwards compatibility with old themes and will be removed in a future version
8
 
 *
 
5
 * @deprecated 3.0.0
 
6
 *
 
7
 * This file is here for backward compatibility with old themes and will be removed in a future version
9
8
 */
10
9
_deprecated_file(
11
10
        /* translators: %s: template name */
12
11
        sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
13
 
        '3.0',
 
12
        '3.0.0',
14
13
        null,
15
14
        /* translators: %s: template name */
16
15
        sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )