[wp-trac] [WordPress Trac] #26776: Copyright setting field
WordPress Trac
noreply at wordpress.org
Sun Jan 5 16:09:36 UTC 2014
#26776: Copyright setting field
-----------------------------+-----------------------------
Reporter: Daedalon | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.8
Severity: normal | Keywords:
-----------------------------+-----------------------------
WordPress 3.8 doesn't have a setting for a copyright notice. Due to this,
and to users wanting to assert a copyright to their work, many themes show
a default copyright notice with an automatically updating year, for
example so:
{{{
© <?php echo bloginfo( 'name' ); ?> <?php echo date('Y'); ?>
}}}
Any content that was published on a site and subsequently copied without
permission to another site before 2014 would be hard to assert the
copyright for, as the site states that no copyrights were obtained before
2014. Anyone who had copied the content in 2013 could benefit from this in
contesting a request to remove that content or to pay compensation.
The other common default value, indicating all years from site founding to
the current year, can mislead the other way. For a site without any
original content publication in 2014, there's no basis for stating that
copyrights have been obtained for its contents on 2013-2014.
Accurate copyright statements that stay the same when switching themes
require a copyright setting in WordPress core.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26776>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list