Changeset 16438 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 11/17/2010 06:47:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r16431 r16438 150 150 $widget_name .= ' <span class="postbox-title-action"><a href="' . esc_url( "$url#$widget_id" ) . '" class="edit-box open-box">' . __( 'Configure' ) . '</a></span>'; 151 151 } 152 152 153 153 if ( is_blog_admin () ) 154 154 $side_widgets = array('dashboard_quick_press', 'dashboard_recent_drafts', 'dashboard_primary', 'dashboard_secondary'); … … 422 422 $user_text = sprintf( _n( '%s user', '%s users', $c_users ), number_format_i18n( $c_users ) ); 423 423 $blog_text = sprintf( _n( '%s site', '%s sites', $c_blogs ), number_format_i18n( $c_blogs ) ); 424 424 425 425 $sentence = sprintf( __( 'You have %1$s and %2$s.' ), $blog_text, $user_text ); 426 426
Note: See TracChangeset
for help on using the changeset viewer.