Changeset 42746 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/25/2018 08:21:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r42734 r42746 1211 1211 * @since 3.4.0 1212 1212 * 1213 * @static1214 *1215 1213 * @param string $path Absolute path to search. 1216 1214 * @param array|string|null $extensions Optional. Array of extensions to find, string of a single extension, … … 1362 1360 * 1363 1361 * @since 3.4.0 1364 *1365 * @static1366 1362 * 1367 1363 * @param int $blog_id Optional. ID of the site. Defaults to the current site. … … 1389 1385 * @since 3.4.0 1390 1386 * 1391 * @static1392 *1393 1387 * @staticvar array $allowed_themes 1394 1388 * … … 1417 1411 * 1418 1412 * @since 3.4.0 1419 *1420 * @static1421 1413 * 1422 1414 * @staticvar array $allowed_themes … … 1499 1491 * 1500 1492 * @since 4.6.0 1501 * @static1502 1493 * 1503 1494 * @param string|array $stylesheets Stylesheet name or array of stylesheet names. … … 1524 1515 * 1525 1516 * @since 4.6.0 1526 * @static1527 1517 * 1528 1518 * @param string|array $stylesheets Stylesheet name or array of stylesheet names. … … 1551 1541 * 1552 1542 * @since 3.4.0 1553 *1554 * @static1555 1543 * 1556 1544 * @param array $themes Array of themes to sort (passed by reference). … … 1575 1563 * @since 3.4.0 1576 1564 * 1577 * @static1578 *1579 1565 * @param string $a First name. 1580 1566 * @param string $b Second name. … … 1591 1577 * @since 3.4.0 1592 1578 * 1593 * @static1594 *1595 1579 * @param string $a First name. 1596 1580 * @param string $b Second name.
Note: See TracChangeset
for help on using the changeset viewer.