Twenty Fourteen: Remove unused variable after [27120].

props michalzuber.
fixes #28928.
Built from https://develop.svn.wordpress.org/trunk@29210


git-svn-id: http://core.svn.wordpress.org/trunk@28994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-07-17 19:09:14 +00:00
parent fa02568c42
commit b7c94cee0b

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 );
}