Changeset 20520 for trunk/wp-includes/theme.php
- Timestamp:
- 04/18/2012 08:57:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r20496 r20520 1601 1601 * @since 3.4.0 1602 1602 */ 1603 function wp_customize_url( $stylesheet , $template) {1603 function wp_customize_url( $stylesheet ) { 1604 1604 return esc_url( admin_url( 'admin.php' ) . '?customize=on&theme=' . $stylesheet ); 1605 1605 }
Note: See TracChangeset
for help on using the changeset viewer.