Clarify Copyright year
Based on http://copyright.gov/title17/92chap4.html#401 and being more consistent with the rest of the document. See also https://make.wordpress.org/themes/2014/07/08/proper-copyrightlicense-attribution-for-themes/ Fixes #35278 Built from https://develop.svn.wordpress.org/trunk@36855 git-svn-id: http://core.svn.wordpress.org/trunk@36822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a749f90e73
commit
5e7262847f
|
@ -1,6 +1,6 @@
|
||||||
WordPress - Web publishing software
|
WordPress - Web publishing software
|
||||||
|
|
||||||
Copyright 2016 by the contributors
|
Copyright 2011-2016 by the contributors
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta2-36854';
|
$wp_version = '4.5-beta2-36855';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue