Skip to content

Commit 8df8cf2

Browse files
committed
Pinking shears.
See #41057. git-svn-id: https://develop.svn.wordpress.org/trunk@42843 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9f9ff6a commit 8df8cf2

18 files changed

Lines changed: 136 additions & 136 deletions

src/wp-admin/includes/plugin.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,11 @@ function _get_dropins() {
463463
*
464464
* Plugins in the mu-plugins/ folder can't be "activated," so this function will
465465
* return false for those plugins.
466-
*
466+
*
467467
* For more information on this and similar theme functions, check out
468-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
468+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
469469
* Conditional Tags} article in the Theme Developer Handbook.
470-
*
470+
*
471471
* @since 2.5.0
472472
*
473473
* @param string $plugin Path to the plugin file relative to the plugins directory.
@@ -481,11 +481,11 @@ function is_plugin_active( $plugin ) {
481481
* Determines whether the plugin is inactive.
482482
*
483483
* Reverse of is_plugin_active(). Used as a callback.
484-
*
484+
*
485485
* For more information on this and similar theme functions, check out
486-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
486+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
487487
* Conditional Tags} article in the Theme Developer Handbook.
488-
*
488+
*
489489
* @since 3.1.0
490490
* @see is_plugin_active()
491491
*
@@ -503,11 +503,11 @@ function is_plugin_inactive( $plugin ) {
503503
*
504504
* Plugins in the mu-plugins/ folder can't be "activated," so this function will
505505
* return false for those plugins.
506-
*
506+
*
507507
* For more information on this and similar theme functions, check out
508-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
508+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
509509
* Conditional Tags} article in the Theme Developer Handbook.
510-
*
510+
*
511511
* @since 3.0.0
512512
*
513513
* @param string $plugin Path to the plugin file relative to the plugins directory.

src/wp-includes/admin-bar.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,11 +1118,11 @@ function show_admin_bar( $show ) {
11181118

11191119
/**
11201120
* Determines whether the admin bar should be showing.
1121-
*
1121+
*
11221122
* For more information on this and similar theme functions, check out
1123-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
1123+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
11241124
* Conditional Tags} article in the Theme Developer Handbook.
1125-
*
1125+
*
11261126
* @since 3.1.0
11271127
*
11281128
* @global bool $show_admin_bar

src/wp-includes/author-template.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,11 +524,11 @@ function wp_list_authors( $args = '' ) {
524524
* Determines whether this site has more than one author.
525525
*
526526
* Checks to see if more than one author has published posts.
527-
*
527+
*
528528
* For more information on this and similar theme functions, check out
529-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
529+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
530530
* Conditional Tags} article in the Theme Developer Handbook.
531-
*
531+
*
532532
* @since 3.2.0
533533
*
534534
* @global wpdb $wpdb WordPress database abstraction object.

src/wp-includes/category-template.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ function get_the_category_list( $separator = '', $parents = '', $post_id = false
231231
* Prior to v2.7, only one category could be compared: in_category( $single_category ).
232232
* Prior to v2.7, this function could only be used in the WordPress Loop.
233233
* As of 2.7, the function can be used anywhere if it is provided a post ID or post object.
234-
*
234+
*
235235
* For more information on this and similar theme functions, check out
236-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
236+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
237237
* Conditional Tags} article in the Theme Developer Handbook.
238238
*
239239
* @since 1.2.0
@@ -1419,9 +1419,9 @@ function has_category( $category = '', $post = null ) {
14191419
* Prior to v2.7 of WordPress, tags given as integers would also be checked against the post's tags' names and slugs (in addition to term_ids)
14201420
* Prior to v2.7, this function could only be used in the WordPress Loop.
14211421
* As of 2.7, the function can be used anywhere if it is provided a post ID or post object.
1422-
*
1422+
*
14231423
* For more information on this and similar theme functions, check out
1424-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
1424+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
14251425
* Conditional Tags} article in the Theme Developer Handbook.
14261426
*
14271427
* @since 2.6.0

src/wp-includes/class-wp-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3163,7 +3163,7 @@ private function set_found_posts( $q, $limits ) {
31633163
if ( is_array( $this->posts ) ) {
31643164
$this->found_posts = count( $this->posts );
31653165
} else {
3166-
if ( null === $this->posts ) {
3166+
if ( null === $this->posts ) {
31673167
$this->found_posts = 0;
31683168
} else {
31693169
$this->found_posts = 1;

src/wp-includes/comment-template.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,11 +1202,11 @@ function trackback_rdf( $deprecated = '' ) {
12021202

12031203
/**
12041204
* Determines whether the current post is open for comments.
1205-
*
1205+
*
12061206
* For more information on this and similar theme functions, check out
1207-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
1207+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
12081208
* Conditional Tags} article in the Theme Developer Handbook.
1209-
*
1209+
*
12101210
* @since 1.5.0
12111211
*
12121212
* @param int|WP_Post $post_id Post ID or WP_Post object. Default current post.
@@ -1232,9 +1232,9 @@ function comments_open( $post_id = null ) {
12321232

12331233
/**
12341234
* Determines whether the current post is open for pings.
1235-
*
1235+
*
12361236
* For more information on this and similar theme functions, check out
1237-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
1237+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
12381238
* Conditional Tags} article in the Theme Developer Handbook.
12391239
*
12401240
* @since 1.5.0

src/wp-includes/functions.wp-scripts.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ function wp_dequeue_script( $handle ) {
320320

321321
/**
322322
* Determines whether a script has been added to the queue.
323-
*
323+
*
324324
* For more information on this and similar theme functions, check out
325-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
325+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
326326
* Conditional Tags} article in the Theme Developer Handbook.
327-
*
327+
*
328328
* @since 2.8.0
329329
* @since 3.5.0 'enqueued' added as an alias of the 'queue' list.
330330
*

src/wp-includes/general-template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3960,10 +3960,10 @@ function wp_admin_css_color( $key, $name, $url, $colors = array(), $icons = arra
39603960

39613961
/**
39623962
* Registers the default admin color schemes.
3963-
*
3963+
*
39643964
* Registers the initial set of eight color schemes in the Profile section
39653965
* of the dashboard which allows for styling the admin menu and toolbar.
3966-
*
3966+
*
39673967
* @see wp_admin_css_color()
39683968
*
39693969
* @since 3.0.0

src/wp-includes/l10n.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ function _get_path_to_translation( $domain, $reset = false ) {
917917
* @access private
918918
*
919919
* @see _get_path_to_translation()
920-
* @staticvar array $cached_mofiles
920+
* @staticvar array $cached_mofiles
921921
*
922922
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
923923
* @return string|false The path to the translation file or false if no translation file was found.
@@ -1288,9 +1288,9 @@ function wp_dropdown_languages( $args = array() ) {
12881288

12891289
/**
12901290
* Determines whether the current locale is right-to-left (RTL).
1291-
*
1291+
*
12921292
* For more information on this and similar theme functions, check out
1293-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
1293+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
12941294
* Conditional Tags} article in the Theme Developer Handbook.
12951295
*
12961296
* @since 3.0.0

src/wp-includes/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,8 @@ function wp_clone( $object ) {
774774
* for checking roles and capabilities.
775775
*
776776
* For more information on this and similar theme functions, check out
777-
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
778-
* Conditional Tags} article in the Theme Developer Handbook.
777+
* the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
778+
* Conditional Tags} article in the Theme Developer Handbook.
779779
*
780780
* @since 1.5.1
781781
*

0 commit comments

Comments
 (0)