Changeset 38121 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 07/20/2016 04:56:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r37946 r38121 1332 1332 1333 1333 /** 1334 * Enable a theme for all sites on the current network.1334 * Enables a theme for all sites on the current network. 1335 1335 * 1336 1336 * @since 4.6.0 1337 * 1337 * @access public 1338 1338 * @static 1339 * @access public1340 1339 * 1341 1340 * @param string|array $stylesheets Stylesheet name or array of stylesheet names. … … 1359 1358 1360 1359 /** 1361 * Disable a theme for all sites on the current network.1360 * Disables a theme for all sites on the current network. 1362 1361 * 1363 1362 * @since 4.6.0 1364 * 1363 * @access public 1365 1364 * @static 1366 * @access public1367 1365 * 1368 1366 * @param string|array $stylesheets Stylesheet name or array of stylesheet names.
Note: See TracChangeset
for help on using the changeset viewer.