Changeset 41350
- Timestamp:
- 09/08/2017 06:20:22 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/widgets/media-widgets.js
r41252 r41350 1070 1070 /* 1071 1071 * Create a container element for the widget control (Backbone.View). 1072 * This is inserted into the DOM immediately before the the.widget-content1072 * This is inserted into the DOM immediately before the .widget-content 1073 1073 * element because the contents of this element are essentially "managed" 1074 1074 * by PHP, where each widget update cause the entire element to be emptied -
trunk/src/wp-admin/js/widgets/text-widgets.js
r41344 r41350 389 389 /* 390 390 * Create a container element for the widget control fields. 391 * This is inserted into the DOM immediately before the the.widget-content391 * This is inserted into the DOM immediately before the .widget-content 392 392 * element because the contents of this element are essentially "managed" 393 393 * by PHP, where each widget update cause the entire element to be emptied -
trunk/src/wp-includes/class-wp-customize-manager.php
r41321 r41350 4108 4108 /* 4109 4109 * Static Front Page 4110 * See also https://core.trac.wordpress.org/ticket/19627 which introduces the thestatic-front-page theme_support.4110 * See also https://core.trac.wordpress.org/ticket/19627 which introduces the static-front-page theme_support. 4111 4111 * The following replicates behavior from options-reading.php. 4112 4112 */ -
trunk/src/wp-includes/theme.php
r41237 r41350 2905 2905 * The following re-formulates the logic from wp_trash_post() as done in 2906 2906 * wp_publish_post(). The reason for bypassing wp_trash_post() is that it 2907 * will mutate the thepost_content and the post_name when they should be2907 * will mutate the post_content and the post_name when they should be 2908 2908 * untouched. 2909 2909 */
Note: See TracChangeset
for help on using the changeset viewer.