Changeset 29159
- Timestamp:
- 07/14/2014 12:41:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r29051 r29159 1078 1078 * @access public 1079 1079 * 1080 * @param string $widget_id 1081 * @return bool 1080 * @param string $widget_id Widget ID to check. 1081 * @return bool Whether the widget is rendered. 1082 1082 */ 1083 1083 public function is_widget_rendered( $widget_id ) { … … 1091 1091 * @access public 1092 1092 * 1093 * @param string $sidebar_id 1094 * @return bool 1093 * @param string $sidebar_id Sidebar ID to check. 1094 * @return bool Whether the sidebar is rendered. 1095 1095 */ 1096 1096 public function is_sidebar_rendered( $sidebar_id ) { … … 1109 1109 * @access public 1110 1110 * 1111 * @param bool 1112 * @pa sram string $sidebar_id Sidebar ID.1111 * @param bool $is_active Whether the sidebar is active. 1112 * @param string $sidebar_id Sidebar ID. 1113 1113 */ 1114 1114 public function tally_sidebars_via_is_active_sidebar_calls( $is_active, $sidebar_id ) {
Note: See TracChangeset
for help on using the changeset viewer.