|
@@ 2114-2116 (lines=3) @@
|
| 2111 |
|
} |
| 2112 |
|
|
| 2113 |
|
$content[ $type ][ $sidebar_id ][] = $widget; |
| 2114 |
|
} elseif ( is_string( $widget ) && ! empty( $core_content[ $type ] ) && ! empty( $core_content[ $type ][ $widget ] ) ) { |
| 2115 |
|
$content[ $type ][ $sidebar_id ][] = $core_content[ $type ][ $widget ]; |
| 2116 |
|
} |
| 2117 |
|
} |
| 2118 |
|
} |
| 2119 |
|
break; |
|
@@ 2141-2143 (lines=3) @@
|
| 2138 |
|
} |
| 2139 |
|
|
| 2140 |
|
$content[ $type ][ $nav_menu_location ]['items'][] = $nav_menu_item; |
| 2141 |
|
} elseif ( is_string( $nav_menu_item ) && ! empty( $core_content[ $type ] ) && ! empty( $core_content[ $type ][ $nav_menu_item ] ) ) { |
| 2142 |
|
$content[ $type ][ $nav_menu_location ]['items'][] = $core_content[ $type ][ $nav_menu_item ]; |
| 2143 |
|
} |
| 2144 |
|
} |
| 2145 |
|
} |
| 2146 |
|
break; |