Make WordPress Core

Changeset 11959


Ignore:
Timestamp:
09/22/2009 07:16:19 AM (16 years ago)
Author:
westi
Message:

Updated phpdoc for the theme preview code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r11957 r11959  
    873873 * query variables exist.
    874874 *
    875  * @since 2.5.0
     875 * @since 2.6.0
    876876 */
    877877function preview_theme() {
     
    905905/**
    906906 * Private function to modify the current template when previewing a theme
     907 *
     908 * @since 2.9.0
     909 * @access private
    907910 *
    908911 * @return string
     
    915918 * Private function to modify the current stylesheet when previewing a theme
    916919 *
     920 * @since 2.9.0
     921 * @access private
     922 *
    917923 * @return string
    918924 */
     
    924930 * Callback function for ob_start() to capture all links in the theme.
    925931 *
    926  * @since unknown
     932 * @since 2.6.0
    927933 * @access private
    928934 *
     
    939945 * Callback function for preg_replace_callback() to accept and filter matches.
    940946 *
    941  * @since unknown
     947 * @since 2.6.0
    942948 * @access private
    943949 *
Note: See TracChangeset for help on using the changeset viewer.