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:
parent
f59a307e10
commit
750c310565
|
@ -196,7 +196,6 @@ class Featured_Content {
|
||||||
* @return array Array of sticky posts.
|
* @return array Array of sticky posts.
|
||||||
*/
|
*/
|
||||||
public static function get_sticky_posts() {
|
public static function get_sticky_posts() {
|
||||||
$settings = self::get_setting();
|
|
||||||
return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts );
|
return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue