Saved Bookmarks
| 1. |
Point out the correct statement?(a) update_element update contents of a theme(b) Use theme_update_element to modify a small number of elements of the current theme or use theme_set to completely override it(c) theme_bw is theme with grey background and white gridlines(d) is.rel reports whether x is a theme object |
|
Answer» Right option is (a) update_element update contents of a theme To explain: update_element function is deprecated. Use %+replace% or +.gg instead. |
|