Loading core/core.link_relation_types.yml +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ via: description: "Identifies a resource that is the source of the information in the link's context." reference: '[RFC4287]' webmention: description: "Identifies a target URI that supports the Webmention protcol. This allows clients that mention a resource in some form of publishing process to contact that endpoint and inform it that this resource has been mentioned." description: "Identifies a target URI that supports the Webmention protocol. This allows clients that mention a resource in some form of publishing process to contact that endpoint and inform it that this resource has been mentioned." reference: '[http://www.w3.org/TR/webmention/]' notes: "This is a similar \"Linkback\" mechanism to the ones of Refback, Trackback, and Pingback. It uses a different protocol, though, and thus should be discoverable through its own link relation type." working-copy: Loading core/includes/errors.inc +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ function _drupal_error_handler_real($error_level, $message, $filename, $line, $c _drupal_log_error([ '%type' => isset($types[$error_level]) ? $severity_msg : 'Unknown error', // The standard PHP error handler considers that the error messages // are HTML. We mimick this behavior here. // are HTML. We mimic this behavior here. '@message' => Markup::create(Xss::filterAdmin($message)), '%function' => $caller['function'], '%file' => $caller['file'], Loading core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,7 @@ function install_state_defaults() { // required translation file. 'server_pattern' => 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po', // Installation tasks can set this to TRUE to force the page request to // end (even if there is no themable output), in the case of an interactive // end (even if there is no themeable output), in the case of an interactive // installation. This is needed only rarely; for example, it would be used // by an installation task that prints JSON output rather than returning a // themed page. The most common example of this is during batch processing, Loading core/includes/schema.inc +3 −4 Original line number Diff line number Diff line Loading @@ -39,10 +39,9 @@ function drupal_get_schema_versions($module) { // Narrow this down to functions ending with an integer, since all // hook_update_N() functions end this way, and there are other // possible functions which match '_update_'. We use preg_grep() here // instead of foreaching through all defined functions, since the loop // through all PHP functions can take significant page execution time // and this function is called on every administrative page via // system_requirements(). // since looping through all PHP functions can take significant page // execution time and this function is called on every administrative page // via system_requirements(). foreach (preg_grep('/_\d+$/', $functions['user']) as $function) { // If this function is a module update function, add it to the list of // module updates. Loading core/lib/Drupal/Core/Ajax/AnnounceCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ * * Developers should be extra careful if this command and * \Drupal\Core\Ajax\MessageCommand are included in the same response. By * default, MessageCommmand will also call Drupal.announce() and announce the * default, MessageCommand will also call Drupal.announce() and announce the * message to the screen reader (unless the option to suppress announcements is * passed to the constructor). Manual testing with a screen reader is strongly * recommended. Loading Loading
core/core.link_relation_types.yml +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ via: description: "Identifies a resource that is the source of the information in the link's context." reference: '[RFC4287]' webmention: description: "Identifies a target URI that supports the Webmention protcol. This allows clients that mention a resource in some form of publishing process to contact that endpoint and inform it that this resource has been mentioned." description: "Identifies a target URI that supports the Webmention protocol. This allows clients that mention a resource in some form of publishing process to contact that endpoint and inform it that this resource has been mentioned." reference: '[http://www.w3.org/TR/webmention/]' notes: "This is a similar \"Linkback\" mechanism to the ones of Refback, Trackback, and Pingback. It uses a different protocol, though, and thus should be discoverable through its own link relation type." working-copy: Loading
core/includes/errors.inc +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ function _drupal_error_handler_real($error_level, $message, $filename, $line, $c _drupal_log_error([ '%type' => isset($types[$error_level]) ? $severity_msg : 'Unknown error', // The standard PHP error handler considers that the error messages // are HTML. We mimick this behavior here. // are HTML. We mimic this behavior here. '@message' => Markup::create(Xss::filterAdmin($message)), '%function' => $caller['function'], '%file' => $caller['file'], Loading
core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,7 @@ function install_state_defaults() { // required translation file. 'server_pattern' => 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po', // Installation tasks can set this to TRUE to force the page request to // end (even if there is no themable output), in the case of an interactive // end (even if there is no themeable output), in the case of an interactive // installation. This is needed only rarely; for example, it would be used // by an installation task that prints JSON output rather than returning a // themed page. The most common example of this is during batch processing, Loading
core/includes/schema.inc +3 −4 Original line number Diff line number Diff line Loading @@ -39,10 +39,9 @@ function drupal_get_schema_versions($module) { // Narrow this down to functions ending with an integer, since all // hook_update_N() functions end this way, and there are other // possible functions which match '_update_'. We use preg_grep() here // instead of foreaching through all defined functions, since the loop // through all PHP functions can take significant page execution time // and this function is called on every administrative page via // system_requirements(). // since looping through all PHP functions can take significant page // execution time and this function is called on every administrative page // via system_requirements(). foreach (preg_grep('/_\d+$/', $functions['user']) as $function) { // If this function is a module update function, add it to the list of // module updates. Loading
core/lib/Drupal/Core/Ajax/AnnounceCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ * * Developers should be extra careful if this command and * \Drupal\Core\Ajax\MessageCommand are included in the same response. By * default, MessageCommmand will also call Drupal.announce() and announce the * default, MessageCommand will also call Drupal.announce() and announce the * message to the screen reader (unless the option to suppress announcements is * passed to the constructor). Manual testing with a screen reader is strongly * recommended. Loading