Changeset 51919 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 10/18/2021 05:51:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r51730 r51919 1186 1186 * @param array $starter_content Starter content. Defaults to `get_theme_starter_content()`. 1187 1187 */ 1188 function import_theme_starter_content( $starter_content = array() ) {1188 public function import_theme_starter_content( $starter_content = array() ) { 1189 1189 if ( empty( $starter_content ) ) { 1190 1190 $starter_content = get_theme_starter_content(); … … 2623 2623 * @return array|WP_Error Returns array on success and WP_Error with array data on error. 2624 2624 */ 2625 function save_changeset_post( $args = array() ) {2625 public function save_changeset_post( $args = array() ) { 2626 2626 2627 2627 $args = array_merge(
Note: See TracChangeset
for help on using the changeset viewer.