Make WordPress Core


Ignore:
Timestamp:
03/15/2022 03:20:12 PM (19 months ago)
Author:
audrasjb
Message:

Docs: Misc. fixes in wp-includes/post-template.php and wp-includes/post-thumbnail-template.php.

Props azouamauriac, audrasjb.
See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-thumbnail-template.php

    r52574 r52935  
    4040
    4141/**
    42  * Retrieve post thumbnail ID.
     42 * Retrieves the post thumbnail ID.
    4343 *
    4444 * @since 2.9.0
     
    6161
    6262    /**
    63      * Filters post thumbnail ID.
     63     * Filters the post thumbnail ID.
    6464     *
    6565     * @since 5.9.0
     
    7272
    7373/**
    74  * Display the post thumbnail.
     74 * Displays the post thumbnail.
    7575 *
    7676 * When a theme adds 'post-thumbnail' support, a special 'post-thumbnail' image size
     
    9494
    9595/**
    96  * Update cache for thumbnails in the current loop.
     96 * Updates cache for thumbnails in the current loop.
    9797 *
    9898 * @since 3.2.0
     
    128128
    129129/**
    130  * Retrieve the post thumbnail.
     130 * Retrieves the post thumbnail.
    131131 *
    132132 * When a theme adds 'post-thumbnail' support, a special 'post-thumbnail' image size
     
    234234
    235235/**
    236  * Return the post thumbnail URL.
     236 * Returns the post thumbnail URL.
    237237 *
    238238 * @since 4.4.0
     
    267267
    268268/**
    269  * Display the post thumbnail URL.
     269 * Displays the post thumbnail URL.
    270270 *
    271271 * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.