Changeset 41168 for trunk/src/wp-includes/theme.php
- Timestamp:
- 07/27/2017 08:18:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r41136 r41168 1541 1541 * 1542 1542 * @since 3.0.0 1543 * @access protected1544 1543 */ 1545 1544 function _custom_background_cb() { … … 1621 1620 * 1622 1621 * @since 4.7.0 1623 * @access public1624 1622 */ 1625 1623 function wp_custom_css_cb() { … … 1636 1634 * 1637 1635 * @since 4.7.0 1638 * @access public1639 1636 * 1640 1637 * @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme. … … 1688 1685 * 1689 1686 * @since 4.7.0 1690 * @access public1691 1687 * 1692 1688 * @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme. … … 1724 1720 * 1725 1721 * @since 4.7.0 1726 * @access public1727 1722 * 1728 1723 * @param string $css CSS, stored in `post_content`.
Note: See TracChangeset
for help on using the changeset viewer.