Changeset 11959
- Timestamp:
- 09/22/2009 07:16:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r11957 r11959 873 873 * query variables exist. 874 874 * 875 * @since 2. 5.0875 * @since 2.6.0 876 876 */ 877 877 function preview_theme() { … … 905 905 /** 906 906 * Private function to modify the current template when previewing a theme 907 * 908 * @since 2.9.0 909 * @access private 907 910 * 908 911 * @return string … … 915 918 * Private function to modify the current stylesheet when previewing a theme 916 919 * 920 * @since 2.9.0 921 * @access private 922 * 917 923 * @return string 918 924 */ … … 924 930 * Callback function for ob_start() to capture all links in the theme. 925 931 * 926 * @since unknown932 * @since 2.6.0 927 933 * @access private 928 934 * … … 939 945 * Callback function for preg_replace_callback() to accept and filter matches. 940 946 * 941 * @since unknown947 * @since 2.6.0 942 948 * @access private 943 949 *
Note: See TracChangeset
for help on using the changeset viewer.