Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
📦 Update built files
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Apr 5, 2024
1 parent 95baa86 commit 9372053
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 19 deletions.
15 changes: 2 additions & 13 deletions build/blocks/courses-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

namespace WSUWP\HRS\Courses\Blocks\CoursesList;

use WSUWP\HRS\Courses\Setup;

/**
Expand Down Expand Up @@ -152,7 +153,7 @@ private function create_excerpt( $post ) {

$excerpt_length = (int) $this->get_excerpt_length();
$excerpt_length = (int) apply_filters( 'excerpt_length', $excerpt_length );
$excerpt_more = apply_filters( 'excerpt_more', ' ' . '[…]' );
$excerpt_more = apply_filters( 'excerpt_more', ' […]' );

return wp_trim_words( $content, $excerpt_length, $excerpt_more );
}
Expand Down Expand Up @@ -357,15 +358,3 @@ public function register() {
);
}
}

/**
* Creates a new instance of the `CoursesList` class.
*
* @since 0.5.0
*
* @return CoursesList An instance of the CoursesList class.
*/
function load() {
return new CoursesList();
}
add_action( 'init', __NAMESPACE__ . '\load', 25 );
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives'), 'version' => '3ba17579c78b4c62b0f1');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives'), 'version' => '3e4131c99215f6163972');
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/menu.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '3771e35001c9ede272d5');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '06432b13a8702307e447');
2 changes: 1 addition & 1 deletion build/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9372053

Please sign in to comment.