Changeset 36623
- Timestamp:
- 02/23/2016 01:21:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r36611 r36623 1695 1695 */ 1696 1696 public function end_dynamic_sidebar( $index ) { 1697 array_shift( $this->current_dynamic_sidebar_id_stack ); 1697 1698 if ( ! $this->manager->selective_refresh->is_render_partials_request() ) { 1698 1699 printf( "\n<!--dynamic_sidebar_after:%s:%d-->\n", esc_html( $index ), intval( $this->sidebar_instance_count[ $index ] ) );
Note: See TracChangeset
for help on using the changeset viewer.