Changeset 36416 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 01/28/2016 03:34:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r36366 r36416 1131 1131 * @param string $check Optional. Whether to check only the 'network'-wide settings, the 'site' 1132 1132 * settings, or 'both'. Defaults to 'both'. 1133 * @param int $blog_id Optional. Ignored if only network-wide settings are checked. Defaults to current blog.1133 * @param int $blog_id Optional. Ignored if only network-wide settings are checked. Defaults to current site. 1134 1134 * @return bool Whether the theme is allowed for the network. Returns true in single-site. 1135 1135 */
Note: See TracChangeset
for help on using the changeset viewer.