Making WordPress.org

Changeset 8457


Ignore:
Timestamp:
03/13/2019 03:05:05 AM (5 years ago)
Author:
dd32
Message:

WordPress.tv: Correct some existing poor documentation to use the correct syntax.

Props immeet94.
Fixes #4264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

    r8378 r8457  
    595595     *
    596596     * @global WP_Post $post
    597      * @global $originalcontent
     597     * @global string  $originalcontent
    598598     *
    599599     * @param bool $thumb
     
    726726     * Removes shortcodes from $originalcontent global
    727727     *
    728      * @global $originalcontent
     728     * @global string $originalcontent
    729729     *
    730730     * @param string $content
Note: See TracChangeset for help on using the changeset viewer.