Twenty Eleven/Docs: Remove duplicate "can" from footer template.
See #34885. Built from https://develop.svn.wordpress.org/trunk@35807 git-svn-id: http://core.svn.wordpress.org/trunk@35771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c512f8cbdd
commit
bba9132925
|
@ -16,7 +16,7 @@
|
|||
|
||||
<?php
|
||||
/*
|
||||
* A sidebar in the footer? Yep. You can can customize
|
||||
* A sidebar in the footer? Yep. You can customize
|
||||
* your footer with three columns of widgets.
|
||||
*/
|
||||
if ( ! is_404() )
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-35805';
|
||||
$wp_version = '4.5-alpha-35807';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue