Make WordPress Core

Ticket #38823: 38823.examples.txt

File 38823.examples.txt, 6.3 KB (added by westonruter, 8 years ago)
Line 
1src/wp-admin/admin-footer.php:34:               $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
2src/wp-admin/credits.php:42:            __( 'https://make.wordpress.org/' )
3src/wp-admin/credits.php:104:           __( 'https://make.wordpress.org/' )
4src/wp-admin/freedoms.php:45:$plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : __( 'https://wordpress.org/plugins/' );
5src/wp-admin/freedoms.php:46:$themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : __( 'https://wordpress.org/themes/' );
6src/wp-admin/includes/class-wp-automatic-updater.php:694:                       $body .= "\n" . __( 'https://wordpress.org/support/' );
7src/wp-admin/includes/class-wp-themes-list-table.php:240:                                               __( 'https://codex.wordpress.org/Child_Themes' ),
8src/wp-admin/includes/dashboard.php:1085:                       'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),
9src/wp-admin/includes/dashboard.php:1094:                       'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),
10src/wp-admin/includes/dashboard.php:1118:                       'link' => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ),
11src/wp-admin/includes/dashboard.php:1127:                       'url' => apply_filters( 'dashboard_secondary_feed', __( 'https://planet.wordpress.org/feed/' ) ),
12src/wp-admin/includes/dashboard.php:1498:                       <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>
13src/wp-admin/includes/meta-boxes.php:579:               __( 'https://codex.wordpress.org/Excerpt' )
14src/wp-admin/includes/meta-boxes.php:614:               __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
15src/wp-admin/includes/meta-boxes.php:646:               __( 'https://codex.wordpress.org/Using_Custom_Fields' )
16src/wp-admin/includes/meta-boxes.php:668:                       __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) );
17src/wp-admin/includes/plugin-install.php:213:   <p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%1$s">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page.' ), __( 'https://wordpress.org/plugins/' ) ); ?></p>
18src/wp-admin/includes/plugin-install.php:577:                           <li><a target="_blank" href="<?php echo __( 'https://wordpress.org/plugins/' ) . $api->slug; ?>/"><?php _e( 'WordPress.org Plugin Page &#187;' ); ?></a></li>
19src/wp-admin/includes/update.php:239:                           esc_url( __( 'https://codex.wordpress.org/Version_%s' ) ),
20src/wp-admin/includes/update.php:252:                           esc_url( __( 'https://codex.wordpress.org/Version_%s' ) ),
21src/wp-admin/index.php:76:              __( 'https://planet.wordpress.org/' )
22src/wp-admin/index.php:82:              __( 'https://planet.wordpress.org/' )
23src/wp-admin/install.php:80:<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
24src/wp-admin/maint/repair.php:26:<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
25src/wp-admin/maint/repair.php:147:              printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' ) );
26src/wp-admin/plugin-install.php:82:     '<p>' . sprintf( __('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s">WordPress Plugin Directory</a> are compatible with the license WordPress uses.' ), __( 'https://wordpress.org/plugins/' ) ) . '</p>' .
27src/wp-admin/plugins.php:392:           __( 'https://wordpress.org/plugins/' )
28src/wp-admin/setup-config.php:102:<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
29src/wp-admin/setup-config.php:169:              __( 'https://codex.wordpress.org/Editing_wp-config.php' )
30src/wp-admin/theme-install.php:82:                      __( 'https://wordpress.org/themes/' )
31src/wp-admin/themes.php:92:             $help_install = '<p>' . sprintf( __('If you would like to see more themes to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional themes from the <a href="%s">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!'), __( 'https://wordpress.org/themes/' ) ) . '</p>';
32src/wp-admin/update-core.php:342:<p><?php printf( __( '<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.' ), __( 'https://codex.wordpress.org/Child_Themes' ) ); ?></p>
33src/wp-admin/upgrade.php:71:<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
34src/wp-admin/user-edit.php:501:                                 __( 'https://en.gravatar.com/' )
35src/wp-includes/class-wp-customize-manager.php:3827:                            esc_url( __( 'https://codex.wordpress.org/Know_Your_Sources#CSS', 'Custom CSS section external help link' ) ),
36src/wp-includes/class-wp-theme.php:276:                                 __( 'https://codex.wordpress.org/Child_Themes' ),
37src/wp-includes/formatting.php:4240:                                    __( 'https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure' )
38src/wp-includes/functions.php:4074:                             __( 'https://codex.wordpress.org/Debugging_in_WordPress' )
39src/wp-includes/ms-load.php:486:                __( 'https://codex.wordpress.org/Debugging_a_WordPress_Network' )
40src/wp-includes/query.php:743:                  __( 'https://codex.wordpress.org/Function_Reference/is_main_query' )
41src/wp-includes/widgets/class-wp-widget-meta.php:69:                            esc_url( __( 'https://wordpress.org/' ) ),
42src/wp-includes/wp-db.php:1129:                                 __( 'https://wordpress.org/support/' )
43src/wp-includes/wp-db.php:1598:                         __( 'https://wordpress.org/support/' )
44src/wp-includes/wp-db.php:1702:                 __( 'https://wordpress.org/support/' )