WordPress/wp-includes
Scott Taylor 9bdbd50ac0 In general-template.php - remove dead code:
* In `get_calendar()`, `$cache` is set twice. The first is useless. 
* In `wp_default_editor()`, `$user` is (accidentally) assigned in a condition. Since it is never used, this is unnecessary.
* In `language_attributes()`, `$output` is set twice before it is ever used. The first is unnecessary. 
* In `paginate_links()`, `$n` is set twice before it is ever used. The first is unnecessary.

See #27882.


Built from https://develop.svn.wordpress.org/trunk@28274


git-svn-id: http://core.svn.wordpress.org/trunk@28102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-05-06 04:58:16 +00:00
..
2014-04-07 17:52:16 +00:00
2013-07-13 00:37:36 +00:00
2014-03-27 22:41:14 +00:00
2013-12-01 12:48:10 +00:00
2014-03-28 13:57:14 +00:00
2014-03-26 18:43:14 +00:00
2013-09-06 17:19:09 +00:00
2014-05-02 09:29:16 +00:00
2013-10-30 14:39:10 +00:00