Changeset 41355
- Timestamp:
- 09/09/2017 01:52:46 PM (7 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41350 r41355 2744 2744 } 2745 2745 2746 // Delete any stashed theme mods for the active theme since sincethey would have been loaded and saved upon activation.2746 // Delete any stashed theme mods for the active theme since they would have been loaded and saved upon activation. 2747 2747 unset( $stashed_theme_mod_settings[ $this->get_stylesheet() ] ); 2748 2748 -
trunk/src/wp-includes/customize/class-wp-customize-partial.php
r41162 r41355 294 294 * @since 4.5.0 295 295 * 296 * @return bool False if user can't edit one o ne of the related settings,296 * @return bool False if user can't edit one of the related settings, 297 297 * or if one of the associated settings does not exist. 298 298 */ -
trunk/src/wp-includes/post.php
r41288 r41355 1241 1241 * 1242 1242 * @param object $args Post type registration arguments. 1243 * @return object object with all the capabilities as member variables.1243 * @return object Object with all the capabilities as member variables. 1244 1244 */ 1245 1245 function get_post_type_capabilities( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.