Changeset 48491 for trunk/src/wp-includes/theme.php
- Timestamp:
- 07/15/2020 12:08:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r48490 r48491 398 398 * @param string $directory Either the full filesystem path to a theme folder 399 399 * or a folder within WP_CONTENT_DIR. 400 * @return bool 400 * @return bool True if successfully registered a directory that contains themes, 401 * false if the directory does not exist. 401 402 */ 402 403 function register_theme_directory( $directory ) {
Note: See TracChangeset
for help on using the changeset viewer.