mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Tools: Add formatting command, run to fix minor phpcs issues
This commit is contained in:
parent
28b102bc4c
commit
bb25e0c78b
13 changed files with 55 additions and 53 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace WordPressDotOrg\FiveForTheFuture\Miscellaneous;
|
||||
|
||||
add_action( 'after_setup_theme', function() {
|
||||
add_action( 'after_setup_theme', function () {
|
||||
// These alternate versions don't exist for this subsite, so the links would just lead to 404 errors.
|
||||
remove_action( 'wp_head', 'WordPressdotorg\Theme\hreflang_link_attributes' );
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue