Changeset 12754
- Timestamp:
- 01/18/2010 10:34:16 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r12753 r12754 593 593 594 594 /** 595 * Create and modify WordPress roles for WordPress 2.8.596 * 597 * @since 2.8.0595 * Create and modify WordPress roles for WordPress 3.0. 596 * 597 * @since 3.0 598 598 */ 599 599 function populate_roles_300() { -
trunk/wp-admin/themes.php
r12753 r12754 160 160 <div class="wrap"> 161 161 <?php screen_icon(); ?> 162 <h2><?php echo esc_html( $title ); if ( !current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } ?></h2>162 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } ?></h2> 163 163 164 164 <h3><?php _e('Current Theme'); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.