Changeset 178616
- Timestamp:
- 10/31/2022 08:59:14 AM (3 years ago)
- Location:
- blockstrap/0.0.10
- Files:
- 9 edited
- 1 copied
- . (copied) (copied from blockstrap/0.0.9)
- functions.php (modified) (3 diffs)
- inc/content-block-patterns.php (modified) (10 diffs)
- inc/footer-block-patterns.php (modified) (1 diff)
- inc/header-block-patterns.php (modified) (1 diff)
- inc/hero-block-patterns.php (modified) (5 diffs)
- inc/section-block-patterns.php (modified) (1 diff)
- inc/template-part-block-patterns.php (modified) (2 diffs)
- readme.txt (modified) (3 diffs)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
blockstrap/0.0.10/functions.php
r178431 r178616 120 120 * @return mixed 121 121 */ 122 function b s_body_class( $classes ) {122 function blockstrap_body_class( $classes ) { 123 123 $classes[] = 'bsui'; 124 124 125 125 return $classes; 126 126 } 127 add_filter( 'body_class', 'b s_body_class' );127 add_filter( 'body_class', 'blockstrap_body_class' ); 128 128 129 129 /** … … 132 132 * @return void 133 133 */ 134 function b s_enqueue_block_editor_assets() {134 function blockstrap_enqueue_block_editor_assets() { 135 135 136 136 wp_enqueue_style( … … 149 149 150 150 } 151 add_action( 'enqueue_block_editor_assets', 'b s_enqueue_block_editor_assets', 1000 );151 add_action( 'enqueue_block_editor_assets', 'blockstrap_enqueue_block_editor_assets', 1000 ); blockstrap/0.0.10/inc/content-block-patterns.php
r178431 r178616 28 28 'categories' => array( 'page-content' ), 29 29 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 30 'b s_pattern_page_content_404_default',30 'blockstrap_pattern_page_content_404_default', 31 31 '' 32 32 ) : '<!-- wp:group {"tagName":"main"} --> … … 44 44 'categories' => array( 'page-content' ), 45 45 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 46 'b s_pattern_page_content_archive_default',46 'blockstrap_pattern_page_content_archive_default', 47 47 '' 48 48 ) : '<!-- wp:group {"tagName":"main"} --> … … 80 80 'categories' => array( 'page-content' ), 81 81 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 82 'b s_pattern_page_content_page_default',82 'blockstrap_pattern_page_content_page_default', 83 83 '' 84 84 ) : '<!-- wp:group {"tagName":"main"} --> … … 98 98 'categories' => array( 'page-content' ), 99 99 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 100 'b s_pattern_page_content_post_default',100 'blockstrap_pattern_page_content_post_default', 101 101 '' 102 102 ) : '<!-- wp:group {"tagName":"main"} --> … … 116 116 'categories' => array( 'page-content' ), 117 117 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 118 'b s_pattern_page_content_search_default',118 'blockstrap_pattern_page_content_search_default', 119 119 '' 120 120 ) : '<!-- wp:group {"tagName":"main"} --> … … 154 154 'categories' => array( 'page-content' ), 155 155 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 156 'b s_pattern_page_content_page_sidebar_left_default',156 'blockstrap_pattern_page_content_page_sidebar_left_default', 157 157 '' 158 158 ) : '<!-- wp:group {"tagName":"main"} --> … … 180 180 'categories' => array( 'page-content' ), 181 181 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 182 'b s_pattern_page_content_page_sidebar_right_default',182 'blockstrap_pattern_page_content_page_sidebar_right_default', 183 183 '' 184 184 ) : '<!-- wp:group {"tagName":"main"} --> … … 207 207 'categories' => array( 'page-content' ), 208 208 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 209 'b s_pattern_page_content_gd_archive_default',209 'blockstrap_pattern_page_content_gd_archive_default', 210 210 '' 211 211 ) : '<!-- wp:group {"tagName":"main"} --> … … 223 223 'categories' => array( 'page-content' ), 224 224 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 225 'b s_pattern_page_content_gd_search_default',225 'blockstrap_pattern_page_content_gd_search_default', 226 226 '' 227 227 ) : '<!-- wp:group {"tagName":"main"} --> … … 239 239 'categories' => array( 'page-content' ), 240 240 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 241 'b s_pattern_page_content_gd_single_default',241 'blockstrap_pattern_page_content_gd_single_default', 242 242 '' 243 243 ) : '<!-- wp:group {"tagName":"main"} --> blockstrap/0.0.10/inc/footer-block-patterns.php
r178431 r178616 28 28 'categories' => array( 'site-footer' ), 29 29 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 30 'b s_pattern_footer_default',30 'blockstrap_pattern_footer_default', 31 31 '' 32 32 ) : '', blockstrap/0.0.10/inc/header-block-patterns.php
r178431 r178616 28 28 'categories' => array( 'site-header' ), 29 29 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 30 'b s_pattern_header_default',30 'blockstrap_pattern_header_default', 31 31 '' 32 32 ) : '<!-- wp:site-title /-->', blockstrap/0.0.10/inc/hero-block-patterns.php
r178431 r178616 28 28 'categories' => array( 'hero-sections' ), 29 29 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 30 'b s_pattern_hero_home_default',30 'blockstrap_pattern_hero_home_default', 31 31 '' 32 32 ) : '', … … 40 40 'categories' => array( 'hero-sections' ), 41 41 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 42 'b s_pattern_hero_404_default',42 'blockstrap_pattern_hero_404_default', 43 43 '' 44 44 ) : '', … … 52 52 'categories' => array( 'hero-sections' ), 53 53 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 54 'b s_pattern_hero_archive_default',54 'blockstrap_pattern_hero_archive_default', 55 55 '' 56 56 ) : '', … … 64 64 'categories' => array( 'hero-sections' ), 65 65 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 66 'b s_pattern_hero_page_default',66 'blockstrap_pattern_hero_page_default', 67 67 '' 68 68 ) : '', … … 76 76 'categories' => array( 'hero-sections' ), 77 77 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 78 'b s_pattern_hero_post_default',78 'blockstrap_pattern_hero_post_default', 79 79 '' 80 80 ) : '', blockstrap/0.0.10/inc/section-block-patterns.php
r178431 r178616 28 28 'categories' => array( 'feature-sections' ), 29 29 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 30 'b s_pattern_feature_home_default',30 'blockstrap_pattern_feature_home_default', 31 31 '' 32 32 ) : '<!-- wp:group {"tagName":"main"} --> blockstrap/0.0.10/inc/template-part-block-patterns.php
r178431 r178616 28 28 'categories' => array( 'template-parts' ), 29 29 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 30 'b s_pattern_part_comments_default',30 'blockstrap_pattern_part_comments_default', 31 31 '' 32 32 ) : '<!-- wp:comments --> … … 74 74 'categories' => array( 'template-parts' ), 75 75 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 76 'b s_pattern_part_main_default',76 'blockstrap_pattern_part_main_default', 77 77 '' 78 78 ) : '', blockstrap/0.0.10/readme.txt
r178431 r178616 4 4 Requires at least: 6.0 5 5 Requires PHP: 7.2 6 Version: 0.0. 96 Version: 0.0.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 == Changelog == 16 17 = 0.0.10 = 18 * Made copyright/licensing of screenshot illustration more clear - UPDATED 19 * Updated function/filter prefix of `bs_` to `bootstrap_` - UPDATED 16 20 17 21 = 0.0.9 = … … 69 73 * Image for theme screenshot illustration, Copyright AyeCode Ltd 70 74 License: CC0 1.0 Universal (CC0 1.0) 71 Source: https://.com/AyeCode/blockstrap/blob/main/screenshot.png75 Source: (AyeCode Ltd created image, copyright and licensing terms owned by AyeCode Ltd) 72 76 73 77 * Image for theme screenshot , social icons, Copyright Font Awesome (Fonticons, Inc.) blockstrap/0.0.10/style.css
r178431 r178616 4 4 Author URI: https://ayecode.io 5 5 Theme URI: 6 Version: 0.0. 96 Version: 0.0.10 7 7 Description: BlockStrap is a very blank starter theme. 8 8 Tags: full-site-editing, blog, food-and-drink, two-columns, editor-style, block-styles
Note: See TracChangeset for help on using the changeset viewer.