Changeset 14370
- Timestamp:
- 05/03/2010 01:27:15 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r14369 r14370 199 199 * 200 200 * @since 2.9.0 201 * @ private201 * @access private 202 202 * 203 203 * @param string $fullpath Full path to the theme file … … 214 214 * Check to see if the current theme has all the required templates available 215 215 * from itself or its parent 216 * 216 217 * @since 3.0 218 * @access private 217 219 * @return nothing 218 220 */ -
trunk/wp-includes/functions.php
r14361 r14370 2602 2602 * 2603 2603 * @since 3.0.0 2604 * @ private2604 * @access private 2605 2605 * 2606 2606 * @param string $message Error message. … … 4115 4115 * Used internally to tidy up the search terms 4116 4116 * 4117 * @ private4117 * @access private 4118 4118 * @since 2.9.0 4119 4119 *
Note: See TracChangeset
for help on using the changeset viewer.