Changeset 41168
- Timestamp:
- 07/27/2017 08:18:25 AM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r41161 r41168 508 508 * 509 509 * @since 4.3.0 510 * @access protected511 510 * 512 511 * @global string $comment_status Status for the current listed comments. -
trunk/src/wp-admin/includes/class-wp-upgrader.php
r41161 r41168 246 246 * 247 247 * @since 3.7.0 248 * @access public249 248 * 250 249 * @param bool $reply Whether to bail without returning the package. … … 813 812 * 814 813 * @since 4.5.0 815 * @access public816 814 * @static 817 815 * … … 860 858 * 861 859 * @since 4.5.0 862 * @access public863 860 * @static 864 861 * -
trunk/src/wp-includes/class-wp-customize-widgets.php
r41162 r41168 1135 1135 * 1136 1136 * @since 3.9.0 1137 * @access public1138 1137 * 1139 1138 * @global array $wp_registered_sidebars -
trunk/src/wp-includes/query.php
r40103 r41168 35 35 * 36 36 * @since 3.1.0 37 * @access public38 37 * 39 38 * @global WP_Query $wp_query Global WP_Query instance. -
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.