Changeset 11226 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 05/07/2009 06:48:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r11214 r11226 204 204 <input type="hidden" name="plugin" value="<?php echo esc_attr($plugin) ?>" /> 205 205 </div> 206 <?php if ( count( $functions ) ) : ?>206 <?php if ( isset( $functions ) ) : ?> 207 207 <div id="documentation"><label for="docs-list"><?php _e('Documentation:') ?></label> <?php echo $docs_select ?> <input type="button" class="button" value="<?php esc_attr_e( 'Lookup' ) ?> " onclick="if ( '' != jQuery('#docs-list').val() ) { window.open( 'http://api.wordpress.org/core/handbook/1.0/?function=' + escape( jQuery( '#docs-list' ).val() ) + '&locale=<?php echo urlencode( get_locale() ) ?>&version=<?php echo urlencode( $wp_version ) ?>&redirect=true'); }" /></div> 208 208 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.