Changeset 29210
- Timestamp:
- 07/17/2014 07:08:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r29174 r29210 197 197 */ 198 198 public static function get_sticky_posts() { 199 $settings = self::get_setting();200 199 return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts ); 201 200 }
Note: See TracChangeset
for help on using the changeset viewer.