- Timestamp:
- 02/25/2018 08:48:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r42343 r42749 24 24 * @since Twenty Fourteen 1.0 25 25 * 26 * @static27 * @access public28 26 * @var int 29 27 */ … … 35 33 * All custom functionality will be hooked into the "init" action. 36 34 * 37 * @static38 * @access public39 35 * @since Twenty Fourteen 1.0 40 36 */ … … 52 48 * We'll just return early instead. 53 49 * 54 * @static55 * @access public56 50 * @since Twenty Fourteen 1.0 57 51 */ … … 101 95 * have a chance to alter the value. 102 96 * 103 * @static104 * @access public105 97 * @since Twenty Fourteen 1.0 106 98 */ … … 115 107 * Get featured posts. 116 108 * 117 * @static118 * @access public119 109 * @since Twenty Fourteen 1.0 120 110 * … … 147 137 * Sets the "featured_content_ids" transient. 148 138 * 149 * @static150 * @access public151 139 * @since Twenty Fourteen 1.0 152 140 * … … 194 182 * Return an array with IDs of posts maked as sticky. 195 183 * 196 * @static197 * @access public198 184 * @since Twenty Fourteen 1.0 199 185 * … … 211 197 * @see Featured_Content::validate_settings(). 212 198 * 213 * @static214 * @access public215 199 * @since Twenty Fourteen 1.0 216 200 */ … … 226 210 * the query before it gets any posts. 227 211 * 228 * @static229 * @access public230 212 * @since Twenty Fourteen 1.0 231 213 * … … 274 256 * @see Featured_Content::validate_settings(). 275 257 * 276 * @static277 * @access public278 258 * @since Twenty Fourteen 1.0 279 259 * … … 297 277 * Hooks into the "get_terms" filter. 298 278 * 299 * @static300 * @access public301 279 * @since Twenty Fourteen 1.0 302 280 * … … 345 323 * Hooks into the "get_the_terms" filter. 346 324 * 347 * @static348 * @access public349 325 * @since Twenty Fourteen 1.0 350 326 * … … 386 362 * Register custom setting on the Settings -> Reading screen. 387 363 * 388 * @static389 * @access public390 364 * @since Twenty Fourteen 1.0 391 365 */ … … 397 371 * Add settings to the Customizer. 398 372 * 399 * @static400 * @access public401 373 * @since Twenty Fourteen 1.0 402 374 * … … 454 426 * Enqueue the tag suggestion script. 455 427 * 456 * @static457 * @access public458 428 * @since Twenty Fourteen 1.0 459 429 */ … … 474 444 * value will be returned. 475 445 * 476 * @static477 * @access public478 446 * @since Twenty Fourteen 1.0 479 447 * … … 507 475 * delete the transient set in Featured_Content::get_featured_content(). 508 476 * 509 * @static510 * @access public511 477 * @since Twenty Fourteen 1.0 512 478 *
Note: See TracChangeset
for help on using the changeset viewer.