Changeset 27597
- Timestamp:
- 03/18/2014 10:47:49 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyeleven/inc
- Files:
-
- 2 edited
-
theme-options.php (modified) (1 diff)
-
widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r25625 r27597 505 505 * 506 506 * @param object $wp_customize Theme Customizer object. 507 * @return void508 *509 507 */ 510 508 function twentyeleven_customize_register( $wp_customize ) { -
trunk/src/wp-content/themes/twentyeleven/inc/widgets.php
r25868 r27597 17 17 * 18 18 * @since Twenty Eleven 1.0 19 *20 * @return void21 19 **/ 22 20 function Twenty_Eleven_Ephemera_Widget() { … … 37 35 * @param array $args An array of standard parameters for widgets in this theme. 38 36 * @param array $instance An array of settings for this widget instance. 39 * @return void40 37 **/ 41 38 function widget( $args, $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.