Twenty Fourteen: Remove unused variable after [27120].

props michalzuber.
fixes #28928.

git-svn-id: https://develop.svn.wordpress.org/trunk@29210 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-07-17 19:08:05 +00:00
parent f59a307e10
commit 750c310565
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ class Featured_Content {
* @return array Array of sticky posts.
*/
public static function get_sticky_posts() {
$settings = self::get_setting();
return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts );
}