Skip to content

Commit

Permalink
Remove obsolete inline comment.
Browse files Browse the repository at this point in the history
props travisnorthcutt.
fixes #30924.
Built from https://develop.svn.wordpress.org/trunk@31056


git-svn-id: http://core.svn.wordpress.org/trunk@31037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
SergeyBiryukov committed Jan 6, 2015
1 parent 483e7a3 commit c2260dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wp-includes/default-constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function wp_plugin_directory_constants() {
/**
* Defines cookie related WordPress constants
*
* Defines constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies().
* Defines constants after multisite is loaded.
* @since 3.0.0
*/
function wp_cookie_constants() {
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31055';
$wp_version = '4.2-alpha-31056';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down
2 changes: 1 addition & 1 deletion wp-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
if ( is_multisite() )
ms_cookie_constants( );

// Define constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies().
// Define constants after multisite is loaded.
wp_cookie_constants();

// Define and enforce our SSL constants
Expand Down

0 comments on commit c2260dc

Please sign in to comment.