Changeset 30672 for trunk/src/wp-includes/theme.php
- Timestamp:
- 11/30/2014 10:43:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r30656 r30672 872 872 * @since 3.1.0 873 873 * 874 * @return array Theme modifications.874 * @return array|null Theme modifications. 875 875 */ 876 876 function get_theme_mods() { … … 1365 1365 * @since 3.0.0 1366 1366 * 1367 * @param mixed$stylesheet Optional. Stylesheet name or array thereof, relative to theme root.1367 * @param array|string $stylesheet Optional. Stylesheet name or array thereof, relative to theme root. 1368 1368 * Defaults to 'editor-style.css' 1369 1369 */ … … 1701 1701 * @see add_theme_support() 1702 1702 * @param string $feature the feature being added 1703 * @return bool Whether feature was removed.1703 * @return null|bool Whether feature was removed. 1704 1704 */ 1705 1705 function remove_theme_support( $feature ) { … … 1716 1716 * @access private 1717 1717 * @since 3.1.0 1718 * @param string $feature 1718 1719 */ 1719 1720 function _remove_theme_support( $feature ) {
Note: See TracChangeset
for help on using the changeset viewer.